| Index: components/web_contents_delegate_android/web_contents_delegate_android.cc
|
| diff --git a/components/web_contents_delegate_android/web_contents_delegate_android.cc b/components/web_contents_delegate_android/web_contents_delegate_android.cc
|
| index bfc2c4095ba0760da25b6f74699df908fe5164b5..337044c74d76b111be503bac89cd329505a2caf5 100644
|
| --- a/components/web_contents_delegate_android/web_contents_delegate_android.cc
|
| +++ b/components/web_contents_delegate_android/web_contents_delegate_android.cc
|
| @@ -213,8 +213,9 @@ void WebContentsDelegateAndroid::RendererResponsive(WebContents* source) {
|
|
|
| bool WebContentsDelegateAndroid::ShouldCreateWebContents(
|
| 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,
|
|
|