File tree Expand file tree Collapse file tree
gen-src/ChromeDevtoolsProtocol/Model Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,4 +24,5 @@ final class CookieBlockedReasonEnum
2424 public const SCHEMEFUL_SAME_SITE_LAX = 'SchemefulSameSiteLax ' ;
2525 public const SCHEMEFUL_SAME_SITE_UNSPECIFIED_TREATED_AS_LAX = 'SchemefulSameSiteUnspecifiedTreatedAsLax ' ;
2626 public const SAME_PARTY_FROM_CROSS_PARTY_CONTEXT = 'SamePartyFromCrossPartyContext ' ;
27+ public const NAME_VALUE_PAIR_EXCEEDS_MAX_SIZE = 'NameValuePairExceedsMaxSize ' ;
2728}
Original file line number Diff line number Diff line change @@ -28,4 +28,5 @@ final class SetCookieBlockedReasonEnum
2828 public const SCHEMEFUL_SAME_SITE_UNSPECIFIED_TREATED_AS_LAX = 'SchemefulSameSiteUnspecifiedTreatedAsLax ' ;
2929 public const SAME_PARTY_FROM_CROSS_PARTY_CONTEXT = 'SamePartyFromCrossPartyContext ' ;
3030 public const SAME_PARTY_CONFLICTS_WITH_OTHER_ATTRIBUTES = 'SamePartyConflictsWithOtherAttributes ' ;
31+ public const NAME_VALUE_PAIR_EXCEEDS_MAX_SIZE = 'NameValuePairExceedsMaxSize ' ;
3132}
Original file line number Diff line number Diff line change @@ -117,6 +117,7 @@ final class BackForwardCacheNotRestoredReasonEnum
117117 public const CONTENT_WEB_BLUETOOTH = 'ContentWebBluetooth ' ;
118118 public const CONTENT_WEB_U_S_B = 'ContentWebUSB ' ;
119119 public const CONTENT_MEDIA_SESSION = 'ContentMediaSession ' ;
120+ public const CONTENT_MEDIA_SESSION_SERVICE = 'ContentMediaSessionService ' ;
120121 public const EMBEDDER_POPUP_BLOCKER_TAB_HELPER = 'EmbedderPopupBlockerTabHelper ' ;
121122 public const EMBEDDER_SAFE_BROWSING_TRIGGERED_POPUP_BLOCKER = 'EmbedderSafeBrowsingTriggeredPopupBlocker ' ;
122123 public const EMBEDDER_SAFE_BROWSING_THREAT_DETAILS = 'EmbedderSafeBrowsingThreatDetails ' ;
Original file line number Diff line number Diff line change 1344413444 "SchemefulSameSiteLax",
1344513445 "SchemefulSameSiteUnspecifiedTreatedAsLax",
1344613446 "SamePartyFromCrossPartyContext",
13447- "SamePartyConflictsWithOtherAttributes"
13447+ "SamePartyConflictsWithOtherAttributes",
13448+ "NameValuePairExceedsMaxSize"
1344813449 ]
1344913450 },
1345013451 {
1346513466 "SchemefulSameSiteStrict",
1346613467 "SchemefulSameSiteLax",
1346713468 "SchemefulSameSiteUnspecifiedTreatedAsLax",
13468- "SamePartyFromCrossPartyContext"
13469+ "SamePartyFromCrossPartyContext",
13470+ "NameValuePairExceedsMaxSize"
1346913471 ]
1347013472 },
1347113473 {
1772417726 "ContentWebBluetooth",
1772517727 "ContentWebUSB",
1772617728 "ContentMediaSession",
17729+ "ContentMediaSessionService",
1772717730 "EmbedderPopupBlockerTabHelper",
1772817731 "EmbedderSafeBrowsingTriggeredPopupBlocker",
1772917732 "EmbedderSafeBrowsingThreatDetails",
Original file line number Diff line number Diff line change 1- c446fdbe1a7f3ab4e176734eb82cf1f5 protocol.json
1+ bc6fe0ee853e3ecac9b676f271726898 protocol.json
You can’t perform that action at this time.
0 commit comments