13 lines
552 B
Diff
13 lines
552 B
Diff
diff --git a/content/common/frame.mojom b/content/common/frame.mojom
|
|
index 880e477af76324b66c085eda1daf4880054878c7..b3ab7e10e6592417fd83c5bcf08b99c9a4714e22 100644
|
|
--- a/content/common/frame.mojom
|
|
+++ b/content/common/frame.mojom
|
|
@@ -559,6 +559,7 @@ struct CreateNewWindowParams {
|
|
// Whether the opener will be suppressed in the new window, in which case
|
|
// scripting the new window is not allowed.
|
|
bool opener_suppressed;
|
|
+ bool no_javascript_access;
|
|
|
|
// Whether new window is created for a form submission.
|
|
bool is_form_submission;
|