Skip to content

Commit 4c1916e

Browse files
author
Jakub Kulhan
committed
autoupdated protocol.json & generated files
1 parent 68312ce commit 4c1916e

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

gen-src/ChromeDevtoolsProtocol/Model/Page/PrerenderFinalStatusEnum.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,6 @@ final class PrerenderFinalStatusEnum
5858
public const ACTIVATED_IN_BACKGROUND = 'ActivatedInBackground';
5959
public const EMBEDDER_HOST_DISALLOWED = 'EmbedderHostDisallowed';
6060
public const ACTIVATION_NAVIGATION_DESTROYED_BEFORE_SUCCESS = 'ActivationNavigationDestroyedBeforeSuccess';
61+
public const TAB_CLOSED_BY_USER_GESTURE = 'TabClosedByUserGesture';
62+
public const TAB_CLOSED_WITHOUT_USER_GESTURE = 'TabClosedWithoutUserGesture';
6163
}

protocol.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18901,7 +18901,9 @@
1890118901
"ActivationNavigationParameterMismatch",
1890218902
"ActivatedInBackground",
1890318903
"EmbedderHostDisallowed",
18904-
"ActivationNavigationDestroyedBeforeSuccess"
18904+
"ActivationNavigationDestroyedBeforeSuccess",
18905+
"TabClosedByUserGesture",
18906+
"TabClosedWithoutUserGesture"
1890518907
]
1890618908
}
1890718909
],

protocol.json.md5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
f65b10ac19146aa48bf84ebe267b11d6 protocol.json
1+
ad2fb1538890ec04c7e34c21807d700f protocol.json

0 commit comments

Comments
 (0)