Index: chrome/common/chrome_content_client.h |
=================================================================== |
--- chrome/common/chrome_content_client.h (revision 81952) |
+++ chrome/common/chrome_content_client.h (working copy) |
@@ -12,8 +12,11 @@ |
class ChromeContentClient : public content::ContentClient { |
public: |
+ static const char* kPDFPluginName; |
+ |
virtual void SetActiveURL(const GURL& url); |
virtual void SetGpuInfo(const GPUInfo& gpu_info); |
+ virtual void AddPepperPlugins(std::vector<PepperPluginInfo>* plugins); |
}; |
} // namespace chrome |