| Index: content/shell/shell_content_browser_client.h
|
| diff --git a/content/shell/shell_content_browser_client.h b/content/shell/shell_content_browser_client.h
|
| index 015b82dd0f6b0e0bc2475c8312f4a1dd5016e7dd..b4b555c5ba8cd0fc07afcda7e29dfdd2e2745124 100644
|
| --- a/content/shell/shell_content_browser_client.h
|
| +++ b/content/shell/shell_content_browser_client.h
|
| @@ -44,6 +44,8 @@ class ShellContentBrowserClient : public ContentBrowserClient {
|
| virtual void ResourceDispatcherHostCreated() OVERRIDE;
|
| virtual AccessTokenStore* CreateAccessTokenStore() OVERRIDE;
|
| virtual std::string GetDefaultDownloadName() OVERRIDE;
|
| + virtual bool SupportsBrowserPlugin(content::BrowserContext* browser_context,
|
| + const GURL& url) OVERRIDE;
|
| virtual WebContentsViewDelegate* GetWebContentsViewDelegate(
|
| WebContents* web_contents) OVERRIDE;
|
|
|
|
|