diff options
author | bauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-24 17:45:46 +0000 |
---|---|---|
committer | bauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-24 17:45:46 +0000 |
commit | b39c9b201b7a950c647cd9d79494b74692dfeb56 (patch) | |
tree | d2dec1cb8f613e3f56b90651c5e4ae073048b038 /content/shell/shell_content_browser_client.h | |
parent | 135e429c705aa5b8fd26f2b0a46ad63451817b3c (diff) | |
download | chromium_src-b39c9b201b7a950c647cd9d79494b74692dfeb56.zip chromium_src-b39c9b201b7a950c647cd9d79494b74692dfeb56.tar.gz chromium_src-b39c9b201b7a950c647cd9d79494b74692dfeb56.tar.bz2 |
Remove the default plugin.
TBR=darin@chromium.org
BUG=62079
TEST=none
Review URL: http://codereview.chromium.org/9074004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118855 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/shell/shell_content_browser_client.h')
-rw-r--r-- | content/shell/shell_content_browser_client.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/content/shell/shell_content_browser_client.h b/content/shell/shell_content_browser_client.h index 4bf8c1b..f9238cc 100644 --- a/content/shell/shell_content_browser_client.h +++ b/content/shell/shell_content_browser_client.h @@ -33,7 +33,6 @@ class ShellContentBrowserClient : public ContentBrowserClient { RenderViewHost* render_view_host) OVERRIDE; virtual void RenderProcessHostCreated( RenderProcessHost* host) OVERRIDE; - virtual void PluginProcessHostCreated(PluginProcessHost* host) OVERRIDE; virtual WebUIFactory* GetWebUIFactory() OVERRIDE; virtual GURL GetEffectiveURL(content::BrowserContext* browser_context, const GURL& url) OVERRIDE; |