Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1410)

Unified Diff: content/browser/renderer_host/render_message_filter.h

Issue 9837074: Make it so that allow_js_access: false can be used with background pages created by window.open. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/renderer_host/render_message_filter.h
diff --git a/content/browser/renderer_host/render_message_filter.h b/content/browser/renderer_host/render_message_filter.h
index fff19638f0a67bc2780a62eba7946dcfc218ff2f..3a485c3950f8f2b0499a1a909382511910259461 100644
--- a/content/browser/renderer_host/render_message_filter.h
+++ b/content/browser/renderer_host/render_message_filter.h
@@ -104,7 +104,8 @@ class RenderMessageFilter : public content::BrowserMessageFilter {
void OnMsgCreateWindow(const ViewHostMsg_CreateWindow_Params& params,
int* route_id,
int* surface_id,
- int64* cloned_session_storage_namespace_id);
+ int64* cloned_session_storage_namespace_id,
+ bool* no_js_access);
void OnMsgCreateWidget(int opener_id,
WebKit::WebPopupType popup_type,
int* route_id,

Powered by Google App Engine
This is Rietveld 408576698