| 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 f25c48f93cb7f954059e4601ba5541063263a59c..93da6c0310aa38ea543aeb1807dc93979ab00339 100644
|
| --- a/components/web_contents_delegate_android/web_contents_delegate_android.h
|
| +++ b/components/web_contents_delegate_android/web_contents_delegate_android.h
|
| @@ -81,10 +81,12 @@ class WebContentsDelegateAndroid : public content::WebContentsDelegate {
|
| content::WebContents* new_contents) override;
|
| bool ShouldCreateWebContents(
|
| 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,
|
|
|