| Index: chrome/common/chrome_content_client.h
|
| ===================================================================
|
| --- chrome/common/chrome_content_client.h (revision 101488)
|
| +++ chrome/common/chrome_content_client.h (working copy)
|
| @@ -18,7 +18,8 @@
|
|
|
| virtual void SetActiveURL(const GURL& url);
|
| virtual void SetGpuInfo(const GPUInfo& gpu_info);
|
| - virtual void AddPepperPlugins(std::vector<PepperPluginInfo>* plugins);
|
| + virtual void AddPepperPlugins(
|
| + std::vector<webkit::ppapi::PluginInfo>* plugins);
|
| virtual bool CanSendWhileSwappedOut(const IPC::Message* msg);
|
| virtual bool CanHandleWhileSwappedOut(const IPC::Message& msg);
|
| virtual std::string GetUserAgent(bool mimic_windows) const;
|
|
|