Skip to content

Commit 43f4670

Browse files
author
Jakub Kulhan
committed
autoupdated protocol.json & generated files
1 parent 4e6fd7c commit 43f4670

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

gen-src/ChromeDevtoolsProtocol/Model/Audits/FederatedAuthRequestIssueReasonEnum.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212
final class FederatedAuthRequestIssueReasonEnum
1313
{
14-
public const APPROVAL_DECLINED = 'ApprovalDeclined';
14+
public const SHOULD_EMBARGO = 'ShouldEmbargo';
1515
public const TOO_MANY_REQUESTS = 'TooManyRequests';
1616
public const MANIFEST_LIST_HTTP_NOT_FOUND = 'ManifestListHttpNotFound';
1717
public const MANIFEST_LIST_NO_RESPONSE = 'ManifestListNoResponse';
@@ -36,4 +36,5 @@ final class FederatedAuthRequestIssueReasonEnum
3636
public const ID_TOKEN_INVALID_REQUEST = 'IdTokenInvalidRequest';
3737
public const ERROR_ID_TOKEN = 'ErrorIdToken';
3838
public const CANCELED = 'Canceled';
39+
public const RP_PAGE_NOT_VISIBLE = 'RpPageNotVisible';
3940
}

protocol.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1657,7 +1657,7 @@
16571657
"description": "Represents the failure reason when a federated authentication reason fails. Should be updated alongside RequestIdTokenStatus in third_party/blink/public/mojom/devtools/inspector_issue.mojom to include all cases except for success.",
16581658
"type": "string",
16591659
"enum": [
1660-
"ApprovalDeclined",
1660+
"ShouldEmbargo",
16611661
"TooManyRequests",
16621662
"ManifestListHttpNotFound",
16631663
"ManifestListNoResponse",
@@ -1681,7 +1681,8 @@
16811681
"IdTokenInvalidResponse",
16821682
"IdTokenInvalidRequest",
16831683
"ErrorIdToken",
1684-
"Canceled"
1684+
"Canceled",
1685+
"RpPageNotVisible"
16851686
]
16861687
},
16871688
{

protocol.json.md5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
51bdbed0c0a07954506ad001c3f9e3fa protocol.json
1+
d72157ae06e35b177d2a86581a6837db protocol.json

0 commit comments

Comments
 (0)