diff options
Diffstat (limited to 'content/shell/shell_content_client.h')
-rw-r--r-- | content/shell/shell_content_client.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/shell/shell_content_client.h b/content/shell/shell_content_client.h index 8494e99..388e200 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; |