Index: content/shell/shell_content_client.h |
diff --git a/content/shell/shell_content_client.h b/content/shell/shell_content_client.h |
index 8494e997546f0c42f88286fc26d3ab1607e0a88c..388e20065f3117faefebcd44dcb240667ce7d62c 100644 |
--- a/content/shell/shell_content_client.h |
+++ b/content/shell/shell_content_client.h |
@@ -19,6 +19,8 @@ class ShellContentClient : public ContentClient { |
virtual void SetGpuInfo(const 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; |