Index: chrome/browser/ui/browser.h |
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h |
index 15e834ce8398a5ab36a009371111f482b540b402..b1e06a7b2e717b2532dcf58682fe9458b22f57fe 100644 |
--- a/chrome/browser/ui/browser.h |
+++ b/chrome/browser/ui/browser.h |
@@ -582,6 +582,7 @@ class Browser : public TabStripModelObserver, |
bool ShouldCreateWebContents( |
content::WebContents* web_contents, |
int route_id, |
+ int main_frame_route_id, |
WindowContainerType window_container_type, |
const base::string16& frame_name, |
const GURL& target_url, |
@@ -816,6 +817,7 @@ class Browser : public TabStripModelObserver, |
// created. |
bool MaybeCreateBackgroundContents( |
int route_id, |
+ int main_frame_route_id, |
content::WebContents* opener_web_contents, |
const base::string16& frame_name, |
const GURL& target_url, |