| 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 7cad0daf7f9fa354fd86bb31efb18d1b9f83d9a3..386ca7579147339aad8715a19a6c2c0b7bcbb620 100644
|
| --- a/components/web_contents_delegate_android/web_contents_delegate_android.cc
|
| +++ b/components/web_contents_delegate_android/web_contents_delegate_android.cc
|
| @@ -184,11 +184,13 @@ void WebContentsDelegateAndroid::RendererResponsive(WebContents* source) {
|
| }
|
|
|
| bool WebContentsDelegateAndroid::ShouldCreateWebContents(
|
| - WebContents* web_contents,
|
| + content::WebContents* web_contents,
|
| + content::SiteInstance* source_site_instance,
|
| int32_t route_id,
|
| int32_t main_frame_route_id,
|
| int32_t main_frame_widget_route_id,
|
| WindowContainerType window_container_type,
|
| + const GURL& opener_url,
|
| const std::string& frame_name,
|
| const GURL& target_url,
|
| const std::string& partition_id,
|
|
|