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

Unified Diff: chrome/browser/browser_process_impl.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 | « chrome/browser/browser_process.h ('k') | chrome/browser/browser_process_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_process_impl.h
diff --git a/chrome/browser/browser_process_impl.h b/chrome/browser/browser_process_impl.h
index 425cecca1696636c5de04636367844ebfd7e1449..df8073376ec317df8e1ccc0e117ad4ab00f4446a 100644
--- a/chrome/browser/browser_process_impl.h
+++ b/chrome/browser/browser_process_impl.h
@@ -111,7 +111,8 @@ class BrowserProcessImpl : public BrowserProcess,
#endif
virtual ChromeNetLog* net_log() OVERRIDE;
- virtual prerender::PrerenderTracker* prerender_tracker() OVERRIDE;
+ virtual prerender::PrerenderRenderViewTracker*
+ prerender_render_view_tracker() OVERRIDE;
virtual ComponentUpdateService* component_updater() OVERRIDE;
virtual CRLSetFetcher* crl_set_fetcher() OVERRIDE;
@@ -233,7 +234,8 @@ class BrowserProcessImpl : public BrowserProcess,
// Ordered before resource_dispatcher_host_delegate_ due to destruction
// ordering.
- scoped_ptr<prerender::PrerenderTracker> prerender_tracker_;
+ scoped_ptr<prerender::PrerenderRenderViewTracker>
+ prerender_render_view_tracker_;
scoped_ptr<ChromeResourceDispatcherHostDelegate>
resource_dispatcher_host_delegate_;
« no previous file with comments | « chrome/browser/browser_process.h ('k') | chrome/browser/browser_process_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698