Index: content/public/browser/web_contents_delegate.cc |
diff --git a/content/public/browser/web_contents_delegate.cc b/content/public/browser/web_contents_delegate.cc |
index eefb8ab8928a851895b01964272cd3ca2eee3fa2..6de02f61bcf7541e5211d29fb95189fad169a137 100644 |
--- a/content/public/browser/web_contents_delegate.cc |
+++ b/content/public/browser/web_contents_delegate.cc |
@@ -132,6 +132,7 @@ bool WebContentsDelegate::OnGoToEntryOffset(int offset) { |
bool WebContentsDelegate::ShouldCreateWebContents( |
WebContents* web_contents, |
int route_id, |
+ int main_frame_route_id, |
WindowContainerType window_container_type, |
const base::string16& frame_name, |
const GURL& target_url, |