Index: chrome/common/chrome_content_client.h |
=================================================================== |
--- chrome/common/chrome_content_client.h (revision 192622) |
+++ chrome/common/chrome_content_client.h (working copy) |
@@ -19,6 +19,9 @@ |
static const char* const kNaClPluginName; |
static const char* const kNaClOldPluginName; |
+ // This is what the ContentClient::GetProduct implementation calls. |
+ static std::string GetProductImpl(); |
+ |
virtual void SetActiveURL(const GURL& url) OVERRIDE; |
virtual void SetGpuInfo(const content::GPUInfo& gpu_info) OVERRIDE; |
virtual void AddPepperPlugins( |