Index: content/test/test_content_client.h |
diff --git a/content/test/test_content_client.h b/content/test/test_content_client.h |
index 0506b08fc7808cf9d05ba4286fb34f8727c92907..d4b27bf1017fec0dfe6398b24a4e7244fe5db327 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; |