diff options
Diffstat (limited to 'content/test/test_content_client.h')
-rw-r--r-- | content/test/test_content_client.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/test/test_content_client.h b/content/test/test_content_client.h index 0506b08..d4b27bf 100644 --- a/content/test/test_content_client.h +++ b/content/test/test_content_client.h @@ -19,6 +19,8 @@ class TestContentClient : 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; |