| Index: chrome/common/chrome_content_client.h
|
| diff --git a/chrome/common/chrome_content_client.h b/chrome/common/chrome_content_client.h
|
| index 5d82037fbd7a1bee95812ee47967a50e6aeafa98..6c252e1beaf548deaf4fa329c696d0e79ac57e61 100644
|
| --- a/chrome/common/chrome_content_client.h
|
| +++ b/chrome/common/chrome_content_client.h
|
| @@ -21,6 +21,8 @@ class ChromeContentClient : 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;
|
|
|