Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7527)

Unified Diff: chrome/common/chrome_content_client.h

Issue 6695029: Make ContentBrowserClient not be owned by ContentClient, so that the latter d... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/chrome_content_client.h
===================================================================
--- chrome/common/chrome_content_client.h (revision 78112)
+++ chrome/common/chrome_content_client.h (working copy)
@@ -12,12 +12,9 @@
class ChromeContentClient : public content::ContentClient {
public:
- // Sets the URL that is logged if the child process crashes. Use GURL() to
- // clear the URL.
virtual void SetActiveURL(const GURL& url);
-
- // Sets the data on the gpu to send along with crash reports.
virtual void SetGpuInfo(const GPUInfo& gpu_info);
+ virtual void PluginProcessStarted();
};
} // namespace chrome

Powered by Google App Engine
This is Rietveld 408576698