File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
gen-src/ChromeDevtoolsProtocol/Model/Page Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -60,4 +60,7 @@ final class PrerenderFinalStatusEnum
60
60
public const ACTIVATION_NAVIGATION_DESTROYED_BEFORE_SUCCESS = 'ActivationNavigationDestroyedBeforeSuccess ' ;
61
61
public const TAB_CLOSED_BY_USER_GESTURE = 'TabClosedByUserGesture ' ;
62
62
public const TAB_CLOSED_WITHOUT_USER_GESTURE = 'TabClosedWithoutUserGesture ' ;
63
+ public const PRIMARY_MAIN_FRAME_RENDERER_PROCESS_CRASHED = 'PrimaryMainFrameRendererProcessCrashed ' ;
64
+ public const PRIMARY_MAIN_FRAME_RENDERER_PROCESS_KILLED = 'PrimaryMainFrameRendererProcessKilled ' ;
65
+ public const ACTIVATION_FRAME_POLICY_NOT_COMPATIBLE = 'ActivationFramePolicyNotCompatible ' ;
63
66
}
Original file line number Diff line number Diff line change 18914
18914
"EmbedderHostDisallowed",
18915
18915
"ActivationNavigationDestroyedBeforeSuccess",
18916
18916
"TabClosedByUserGesture",
18917
- "TabClosedWithoutUserGesture"
18917
+ "TabClosedWithoutUserGesture",
18918
+ "PrimaryMainFrameRendererProcessCrashed",
18919
+ "PrimaryMainFrameRendererProcessKilled",
18920
+ "ActivationFramePolicyNotCompatible"
18918
18921
]
18919
18922
}
18920
18923
],
Original file line number Diff line number Diff line change 1
- 4833f48d9bb2a96b8f886e2ebb632981 protocol.json
1
+ 46852221ba2648ab60a343d20901e090 protocol.json
You can’t perform that action at this time.
0 commit comments