Skip to content

Commit

Permalink
Update to Chrome DevTools Protocol version 1345247
Browse files Browse the repository at this point in the history
  • Loading branch information
Protocol Update Workflow authored and joffrey-bion committed Aug 24, 2024
1 parent 07cd0e7 commit c2ddb1b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions api/chrome-devtools-kotlin.api
Original file line number Diff line number Diff line change
Expand Up @@ -31508,6 +31508,7 @@ public final class org/hildan/chrome/devtools/domains/page/BackForwardCacheNotRe
public static final field Companion Lorg/hildan/chrome/devtools/domains/page/BackForwardCacheNotRestoredReason$Companion;
public static final field ConflictingBrowsingInstance Lorg/hildan/chrome/devtools/domains/page/BackForwardCacheNotRestoredReason;
public static final field ContainsPlugins Lorg/hildan/chrome/devtools/domains/page/BackForwardCacheNotRestoredReason;
public static final field ContentDiscarded Lorg/hildan/chrome/devtools/domains/page/BackForwardCacheNotRestoredReason;
public static final field ContentFileChooser Lorg/hildan/chrome/devtools/domains/page/BackForwardCacheNotRestoredReason;
public static final field ContentFileSystemAccess Lorg/hildan/chrome/devtools/domains/page/BackForwardCacheNotRestoredReason;
public static final field ContentMediaDevicesDispatcherHost Lorg/hildan/chrome/devtools/domains/page/BackForwardCacheNotRestoredReason;
Expand Down Expand Up @@ -33777,6 +33778,7 @@ public final class org/hildan/chrome/devtools/domains/page/PermissionsPolicyFeat
public static final field otpCredentials Lorg/hildan/chrome/devtools/domains/page/PermissionsPolicyFeature;
public static final field payment Lorg/hildan/chrome/devtools/domains/page/PermissionsPolicyFeature;
public static final field pictureInPicture Lorg/hildan/chrome/devtools/domains/page/PermissionsPolicyFeature;
public static final field popins Lorg/hildan/chrome/devtools/domains/page/PermissionsPolicyFeature;
public static final field privateAggregation Lorg/hildan/chrome/devtools/domains/page/PermissionsPolicyFeature;
public static final field privateStateTokenIssuance Lorg/hildan/chrome/devtools/domains/page/PermissionsPolicyFeature;
public static final field privateStateTokenRedemption Lorg/hildan/chrome/devtools/domains/page/PermissionsPolicyFeature;
Expand Down
2 changes: 2 additions & 0 deletions protocol-definition/browser_protocol.json
Original file line number Diff line number Diff line change
Expand Up @@ -17151,6 +17151,7 @@
"otp-credentials",
"payment",
"picture-in-picture",
"popins",
"private-aggregation",
"private-state-token-issuance",
"private-state-token-redemption",
Expand Down Expand Up @@ -18495,6 +18496,7 @@
"ContentWebUSB",
"ContentMediaSessionService",
"ContentScreenReader",
"ContentDiscarded",
"EmbedderPopupBlockerTabHelper",
"EmbedderSafeBrowsingTriggeredPopupBlocker",
"EmbedderSafeBrowsingThreatDetails",
Expand Down
2 changes: 1 addition & 1 deletion protocol-definition/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1342118
1345247

0 comments on commit c2ddb1b

Please sign in to comment.