File tree Expand file tree Collapse file tree 4 files changed +4
-6
lines changed
gen-src/ChromeDevtoolsProtocol/Model/Page Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ final class PermissionsPolicyFeatureEnum
73
73
public const SCREEN_WAKE_LOCK = 'screen-wake-lock ' ;
74
74
public const SERIAL = 'serial ' ;
75
75
public const SHARED_AUTOFILL = 'shared-autofill ' ;
76
+ public const SHARED_STORAGE = 'shared-storage ' ;
76
77
public const STORAGE_ACCESS_API = 'storage-access-api ' ;
77
78
public const SYNC_XHR = 'sync-xhr ' ;
78
79
public const TRUST_TOKEN_REDEMPTION = 'trust-token-redemption ' ;
Original file line number Diff line number Diff line change @@ -44,6 +44,4 @@ final class PrerenderFinalStatusEnum
44
44
public const EMBEDDER_TRIGGERED_AND_SAME_ORIGIN_REDIRECTED = 'EmbedderTriggeredAndSameOriginRedirected ' ;
45
45
public const EMBEDDER_TRIGGERED_AND_CROSS_ORIGIN_REDIRECTED = 'EmbedderTriggeredAndCrossOriginRedirected ' ;
46
46
public const EMBEDDER_TRIGGERED_AND_DESTROYED = 'EmbedderTriggeredAndDestroyed ' ;
47
- public const MEMORY_LIMIT_EXCEEDED = 'MemoryLimitExceeded ' ;
48
- public const FAIL_TO_GET_MEMORY_USAGE = 'FailToGetMemoryUsage ' ;
49
47
}
Original file line number Diff line number Diff line change 17552
17552
"screen-wake-lock",
17553
17553
"serial",
17554
17554
"shared-autofill",
17555
+ "shared-storage",
17555
17556
"storage-access-api",
17556
17557
"sync-xhr",
17557
17558
"trust-token-redemption",
18599
18600
"TriggerBackgrounded",
18600
18601
"EmbedderTriggeredAndSameOriginRedirected",
18601
18602
"EmbedderTriggeredAndCrossOriginRedirected",
18602
- "EmbedderTriggeredAndDestroyed",
18603
- "MemoryLimitExceeded",
18604
- "FailToGetMemoryUsage"
18603
+ "EmbedderTriggeredAndDestroyed"
18605
18604
]
18606
18605
}
18607
18606
],
Original file line number Diff line number Diff line change 1
- ced8c5c8ce1e8a7ae8ddda579cbd2384 protocol.json
1
+ da4b5c81f855bf6073d3c7803ae733d2 protocol.json
You can’t perform that action at this time.
0 commit comments