File tree Expand file tree Collapse file tree
gen-src/ChromeDevtoolsProtocol/Model/Page Expand file tree Collapse file tree Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change 1890118901 "ActivationNavigationParameterMismatch",
1890218902 "ActivatedInBackground",
1890318903 "EmbedderHostDisallowed",
18904- "ActivationNavigationDestroyedBeforeSuccess"
18904+ "ActivationNavigationDestroyedBeforeSuccess",
18905+ "TabClosedByUserGesture",
18906+ "TabClosedWithoutUserGesture"
1890518907 ]
1890618908 }
1890718909 ],
Original file line number Diff line number Diff line change 1- f65b10ac19146aa48bf84ebe267b11d6 protocol.json
1+ ad2fb1538890ec04c7e34c21807d700f protocol.json
You can’t perform that action at this time.
0 commit comments