Index: chrome/browser/android/document/document_web_contents_delegate.h |
diff --git a/chrome/browser/android/document/document_web_contents_delegate.h b/chrome/browser/android/document/document_web_contents_delegate.h |
index cba342b8dfcd048020be792ea10437669cc84d20..c8cb9f2d4154939a8d1ec7c5ec9bc6e0c7ea6a20 100644 |
--- a/chrome/browser/android/document/document_web_contents_delegate.h |
+++ b/chrome/browser/android/document/document_web_contents_delegate.h |
@@ -36,8 +36,9 @@ class DocumentWebContentsDelegate |
void CloseContents(content::WebContents* source) override; |
bool ShouldCreateWebContents( |
content::WebContents* web_contents, |
- int route_id, |
- int main_frame_route_id, |
+ int32_t route_id, |
+ int32_t main_frame_route_id, |
+ int32_t main_frame_widget_route_id, |
WindowContainerType window_container_type, |
const std::string& frame_name, |
const GURL& target_url, |