Index: chrome/common/chrome_content_client.h |
=================================================================== |
--- chrome/common/chrome_content_client.h (revision 211642) |
+++ chrome/common/chrome_content_client.h (working copy) |
@@ -23,8 +23,6 @@ |
virtual void SetGpuInfo(const gpu::GPUInfo& gpu_info) OVERRIDE; |
virtual void AddPepperPlugins( |
std::vector<content::PepperPluginInfo>* plugins) OVERRIDE; |
- virtual void AddNPAPIPlugins( |
- webkit::npapi::PluginList* plugin_list) OVERRIDE; |
virtual void AddAdditionalSchemes( |
std::vector<std::string>* standard_schemes, |
std::vector<std::string>* saveable_shemes) OVERRIDE; |