diff options
author | dpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-05 01:23:44 +0000 |
---|---|---|
committer | dpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-05 01:23:44 +0000 |
commit | 47217cf0e17aa7aa5da0401bd5ea17203da4aed7 (patch) | |
tree | 3d9720e09cb0eacc8a5a0d59c26f3123ffc57ba2 /chrome/common/chrome_content_client.h | |
parent | 5a5fdc08c1ae8fdfce391f1a17c5fbb6097ab280 (diff) | |
download | chromium_src-47217cf0e17aa7aa5da0401bd5ea17203da4aed7.zip chromium_src-47217cf0e17aa7aa5da0401bd5ea17203da4aed7.tar.gz chromium_src-47217cf0e17aa7aa5da0401bd5ea17203da4aed7.tar.bz2 |
Revert r108744, r108753 - "Modify code in chrome to call wrapper functions on PluginService"
TBR=jam@chromium.org
Review URL: http://codereview.chromium.org/8475020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108760 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_content_client.h')
-rw-r--r-- | chrome/common/chrome_content_client.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/common/chrome_content_client.h b/chrome/common/chrome_content_client.h index 6c252e1..5d82037 100644 --- a/chrome/common/chrome_content_client.h +++ b/chrome/common/chrome_content_client.h @@ -21,8 +21,6 @@ class ChromeContentClient : public content::ContentClient { virtual void SetGpuInfo(const content::GPUInfo& gpu_info) OVERRIDE; virtual void AddPepperPlugins( std::vector<content::PepperPluginInfo>* plugins) OVERRIDE; - virtual void AddNPAPIPlugins( - webkit::npapi::PluginList* plugin_list) OVERRIDE; virtual bool CanSendWhileSwappedOut(const IPC::Message* msg) OVERRIDE; virtual bool CanHandleWhileSwappedOut(const IPC::Message& msg) OVERRIDE; virtual std::string GetUserAgent(bool* overriding) const OVERRIDE; |