| Index: chrome/browser/chrome_content_browser_client.h
|
| diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h
|
| index 8ee6947b941cfcb0589b2298ab04eae3ddaeecc0..5b8ac08402c2adf57cca73ed6e65d180822086c3 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -76,10 +76,6 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
|
| content::WebContents* opener_web_contents,
|
| content::BrowserPluginGuestDelegate** guest_delegate,
|
| scoped_ptr<base::DictionaryValue> extra_params) OVERRIDE;
|
| - virtual void GuestWebContentsAttached(
|
| - content::WebContents* guest_web_contents,
|
| - content::WebContents* embedder_web_contents,
|
| - const base::DictionaryValue& extra_params) OVERRIDE;
|
| virtual void RenderProcessWillLaunch(
|
| content::RenderProcessHost* host) OVERRIDE;
|
| virtual bool ShouldUseProcessPerSite(content::BrowserContext* browser_context,
|
|
|