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

Unified Diff: chrome/browser/browser_process.h

Issue 6966017: Remove a chrome dependency by removing Prerender from ResourceDispatcherHost. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix unit_tests build Created 9 years, 7 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
« no previous file with comments | « no previous file | chrome/browser/browser_process_impl.h » ('j') | chrome/browser/browser_process_impl.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_process.h
diff --git a/chrome/browser/browser_process.h b/chrome/browser/browser_process.h
index 1bd5737892295d4009d84708559a809e2c627750..e1944bdde1a07a185060ec2e2a6a0c80e0591819 100644
--- a/chrome/browser/browser_process.h
+++ b/chrome/browser/browser_process.h
@@ -58,6 +58,10 @@ namespace net {
class URLRequestContextGetter;
}
+namespace prerender {
+class PrerenderTracker;
+}
+
namespace printing {
class BackgroundPrintingManager;
class PrintJobManager;
@@ -221,6 +225,8 @@ class BrowserProcess {
virtual ChromeNetLog* net_log() = 0;
+ virtual prerender::PrerenderTracker* prerender_tracker() = 0;
jam 2011/05/24 05:36:23 you only need to add a getter here if people need
dominich 2011/05/24 15:10:28 PrerenderContents accesses through BrowserProcess*
+
#if defined(IPC_MESSAGE_LOG_ENABLED)
// Enable or disable IPC logging for the browser, all processes
// derived from ChildProcess (plugin etc), and all
« no previous file with comments | « no previous file | chrome/browser/browser_process_impl.h » ('j') | chrome/browser/browser_process_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698