Index: chrome/common/chrome_content_client.h |
=================================================================== |
--- chrome/common/chrome_content_client.h (revision 78583) |
+++ chrome/common/chrome_content_client.h (working copy) |
@@ -13,8 +13,6 @@ |
class ChromeContentClient : public content::ContentClient { |
public: |
virtual void SetActiveURL(const GURL& url); |
- virtual void SetGpuInfo(const GPUInfo& gpu_info); |
- virtual void PluginProcessStarted(const string16& plugin_name); |
}; |
} // namespace chrome |