Index: content/public/browser/content_browser_client.h |
diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h |
index dc7f9dd057c29299d8e8a4a4cd2ce5330f2fe460..87079c1f60485bae679153fff5ba3319a4ebc816 100644 |
--- a/content/public/browser/content_browser_client.h |
+++ b/content/public/browser/content_browser_client.h |
@@ -150,6 +150,7 @@ class CONTENT_EXPORT ContentBrowserClient { |
// the delegate in the content embedder that will service the guest in the |
// content layer. The content layer takes ownership of the |guest_delegate|. |
virtual void GuestWebContentsCreated( |
+ SiteInstance* guest_site_instance, |
WebContents* guest_web_contents, |
WebContents* opener_web_contents, |
BrowserPluginGuestDelegate** guest_delegate, |
@@ -163,7 +164,6 @@ class CONTENT_EXPORT ContentBrowserClient { |
virtual void GuestWebContentsAttached( |
WebContents* guest_web_contents, |
WebContents* embedder_web_contents, |
- const GURL& embedder_frame_url, |
const base::DictionaryValue& extra_params) {} |
// Notifies that a RenderProcessHost has been created. This is called before |