| Index: ui/views/controls/webview/web_dialog_view.h
|
| diff --git a/ui/views/controls/webview/web_dialog_view.h b/ui/views/controls/webview/web_dialog_view.h
|
| index 65be6d54d6dce20b70c6f6d6f2cf898b3d0b4711..c5d67915e078bbd479f31ae64d1f2d52823979ac 100644
|
| --- a/ui/views/controls/webview/web_dialog_view.h
|
| +++ b/ui/views/controls/webview/web_dialog_view.h
|
| @@ -116,10 +116,12 @@ class WEBVIEW_EXPORT WebDialogView : public views::ClientView,
|
| bool* proceed_to_fire_unload) 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,
|
|
|