Index: chrome/browser/android/document/document_web_contents_delegate.cc |
diff --git a/chrome/browser/android/document/document_web_contents_delegate.cc b/chrome/browser/android/document/document_web_contents_delegate.cc |
index 25b8067b4bd54c8c6cee8e943c6680fa11b1caec..0d2b83d9b6de00deea57451576d9c0a5caa35933 100644 |
--- a/chrome/browser/android/document/document_web_contents_delegate.cc |
+++ b/chrome/browser/android/document/document_web_contents_delegate.cc |
@@ -44,8 +44,9 @@ void DocumentWebContentsDelegate::CloseContents(content::WebContents* source) { |
bool DocumentWebContentsDelegate::ShouldCreateWebContents( |
content::WebContents* web_contents, |
- int route_id, |
- int main_frame_route_id, |
+ int32 route_id, |
+ int32 main_frame_route_id, |
+ int32 main_frame_widget_route_id, |
WindowContainerType window_container_type, |
const std::string& frame_name, |
const GURL& target_url, |