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

Unified Diff: content/public/browser/web_contents_delegate.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: Revised approach based on http://crrev.com/125180. 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/public/browser/web_contents_delegate.h
diff --git a/content/public/browser/web_contents_delegate.h b/content/public/browser/web_contents_delegate.h
index 2d1669cefc28e17b24371950a2890d15c097eef6..f64669769e5782f59000054577e1d609e1440893 100644
--- a/content/public/browser/web_contents_delegate.h
+++ b/content/public/browser/web_contents_delegate.h
@@ -278,7 +278,8 @@ class CONTENT_EXPORT WebContentsDelegate {
WebContents* web_contents,
int route_id,
WindowContainerType window_container_type,
- const string16& frame_name);
+ const string16& frame_name,
+ const GURL& target_url);
// Notifies the delegate about the creation of a new WebContents. This
// typically happens when popups are created.

Powered by Google App Engine
This is Rietveld 408576698