| 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..8dfcf3b3a70a17b8ca43d4838f5dcf53617c0a15 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_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,
|
|
|