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

Unified Diff: chrome/test/base/testing_browser_process.cc

Issue 2133083002: Remove all remaining traces of MessageLoopProxy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/service/cloud_print/printer_job_handler.h ('k') | chrome/test/base/testing_profile.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/testing_browser_process.cc
diff --git a/chrome/test/base/testing_browser_process.cc b/chrome/test/base/testing_browser_process.cc
index b92d3f4f801de4aec4e61aaa4555eeb62641fd67..aa7e02eceaa6fb9fc76727e17ef2892631b0f8c8 100644
--- a/chrome/test/base/testing_browser_process.cc
+++ b/chrome/test/base/testing_browser_process.cc
@@ -151,7 +151,7 @@ policy::BrowserPolicyConnector*
browser_policy_connector_ = platform_part_->CreateBrowserPolicyConnector();
// Note: creating the ChromeBrowserPolicyConnector invokes BrowserThread::
- // GetMessageLoopProxyForThread(), which initializes a base::LazyInstance of
+ // GetTaskRunnerForThread(), which initializes a base::LazyInstance of
// BrowserThreadTaskRunners. However, the threads that these task runners
// would run tasks on are *also* created lazily and might not exist yet.
// Creating them requires a MessageLoop, which a test can optionally create
« no previous file with comments | « chrome/service/cloud_print/printer_job_handler.h ('k') | chrome/test/base/testing_profile.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698