| 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 b9145764c0238edf16e2542809fcd1bba9862e04..01340766de8915063f6a529f3dbdc78c905b8b47 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,
|
|
|