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. |