13 lines
552 B
Diff
13 lines
552 B
Diff
diff --git a/content/common/frame.mojom b/content/common/frame.mojom
|
|
index 444fa7009d0db33470cac9ab9cfdc23ceacec942..23231c9e313050ada7f83f07fc8759edf1e4c1ce 100644
|
|
--- a/content/common/frame.mojom
|
|
+++ b/content/common/frame.mojom
|
|
@@ -552,6 +552,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;
|