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

Unified Diff: chrome/browser/chrome_content_browser_client_parts.h

Issue 2222723002: Avoid calling into the ContentBrowserClient interface from ResourceDispatcherHostImpl to determine … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Attempt to fix 64 bit windows redness Created 4 years, 4 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/browser/chrome_content_browser_client_parts.h
diff --git a/chrome/browser/chrome_content_browser_client_parts.h b/chrome/browser/chrome_content_browser_client_parts.h
index 046327e38fd3e8b2a064f0a75d794da0de71305f..cf55561321db9d87a78867baab00a1edb351cd13 100644
--- a/chrome/browser/chrome_content_browser_client_parts.h
+++ b/chrome/browser/chrome_content_browser_client_parts.h
@@ -60,6 +60,9 @@ class ChromeContentBrowserClientParts {
base::CommandLine* command_line,
content::RenderProcessHost* process,
Profile* profile) {}
+
+ // Called when the ResourceDispatcherHost is created.
+ virtual void ResourceDispatcherHostCreated() {}
};
#endif // CHROME_BROWSER_CHROME_CONTENT_BROWSER_CLIENT_PARTS_H_

Powered by Google App Engine
This is Rietveld 408576698