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

Unified Diff: chrome/browser/browser_process.h

Issue 10386223: Renaming poorly named classes and adding missing unit tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Undo rename of Dispatcher Created 8 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') | no next file with comments »
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 a8a241517d3099a87cac6ab956bd085c15f9874c..b929060f7f094d0d81910e69b6ab0b13ea80ceaf 100644
--- a/chrome/browser/browser_process.h
+++ b/chrome/browser/browser_process.h
@@ -54,7 +54,7 @@ class PolicyService;
}
namespace prerender {
-class PrerenderTracker;
+class PrerenderRenderViewTracker;
}
namespace printing {
@@ -194,7 +194,8 @@ class BrowserProcess {
virtual ChromeNetLog* net_log() = 0;
- virtual prerender::PrerenderTracker* prerender_tracker() = 0;
+ virtual prerender::PrerenderRenderViewTracker*
+ prerender_render_view_tracker() = 0;
virtual ComponentUpdateService* component_updater() = 0;
« no previous file with comments | « no previous file | chrome/browser/browser_process_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698