| 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 8f314449d8b7d882fdd8cb4719d3d86f95bef11f..2b7630f1bece8bd0cdc6c42728b50dd6a45f9892 100644
|
| --- a/components/web_contents_delegate_android/web_contents_delegate_android.h
|
| +++ b/components/web_contents_delegate_android/web_contents_delegate_android.h
|
| @@ -76,8 +76,10 @@ 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 route_id,
|
| + int32 main_frame_route_id,
|
| + int32 main_frame_widget_route_id,
|
| + int32 surface_id,
|
| WindowContainerType window_container_type,
|
| const std::string& frame_name,
|
| const GURL& target_url,
|
|
|