Index: chrome/common/chrome_content_client.h |
diff --git a/chrome/common/chrome_content_client.h b/chrome/common/chrome_content_client.h |
index 699b0a146ef507fd771ae12fde950a637477612b..f65e287690851673a393322a96db6bd6768292ad 100644 |
--- a/chrome/common/chrome_content_client.h |
+++ b/chrome/common/chrome_content_client.h |
@@ -19,9 +19,6 @@ class ChromeContentClient : public content::ContentClient { |
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 gpu::GPUInfo& gpu_info) OVERRIDE; |
virtual void AddPepperPlugins( |