Index: chrome/browser/ui/browser.h |
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h |
index c3526afe61a398801e174e6a55e58a4593d8e9d9..a8a85d2af4712a4689b971286c07b6162cdcec6e 100644 |
--- a/chrome/browser/ui/browser.h |
+++ b/chrome/browser/ui/browser.h |
@@ -635,12 +635,15 @@ class Browser : public TabStripModelObserver, |
const GURL& target_url, |
const std::string& partition_id, |
content::SessionStorageNamespace* session_storage_namespace) override; |
- void WebContentsCreated(content::WebContents* source_contents, |
- int opener_render_process_id, |
- int opener_render_frame_id, |
- const std::string& frame_name, |
- const GURL& target_url, |
- content::WebContents* new_contents) override; |
+ void WebContentsCreated( |
+ content::WebContents* source_contents, |
+ int opener_render_process_id, |
+ int opener_render_frame_id, |
+ const std::string& frame_name, |
+ const GURL& target_url, |
+ content::WebContents* new_contents, |
+ const base::Optional<content::WebContents::CreateParams>& create_params) |
+ override; |
void RendererUnresponsive( |
content::WebContents* source, |
const content::WebContentsUnresponsiveState& unresponsive_state) override; |