Index: components/web_contents_delegate_android/web_contents_delegate_android.h |
diff --git a/components/web_contents_delegate_android/web_contents_delegate_android.h b/components/web_contents_delegate_android/web_contents_delegate_android.h |
index c608cad58b5c3b3fd6fb657abec76c2549a219ee..2f22cacf8cb6ab51cfa714821bae0727f6062329 100644 |
--- a/components/web_contents_delegate_android/web_contents_delegate_android.h |
+++ b/components/web_contents_delegate_android/web_contents_delegate_android.h |
@@ -75,8 +75,9 @@ class WebContentsDelegateAndroid : public content::WebContentsDelegate { |
content::WebContents* new_contents) 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, |