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

Unified Diff: chromecast/browser/cast_browser_main_parts.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/test/base/testing_profile.cc ('k') | chromecast/browser/url_request_context_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/browser/cast_browser_main_parts.cc
diff --git a/chromecast/browser/cast_browser_main_parts.cc b/chromecast/browser/cast_browser_main_parts.cc
index 4d0038622d4745d53d25fb10fb148d745f2fd972..176e268f92ce13e99d7fc6c3f288f363d533ad57 100644
--- a/chromecast/browser/cast_browser_main_parts.cc
+++ b/chromecast/browser/cast_browser_main_parts.cc
@@ -404,10 +404,9 @@ void CastBrowserMainParts::PreMainMessageLoopRun() {
memory_pressure_monitor_.reset(new CastMemoryPressureMonitor());
#endif // defined(OS_ANDROID)
- cast_browser_process_->SetConnectivityChecker(
- ConnectivityChecker::Create(
- content::BrowserThread::GetMessageLoopProxyForThread(
- content::BrowserThread::IO)));
+ cast_browser_process_->SetConnectivityChecker(ConnectivityChecker::Create(
+ content::BrowserThread::GetTaskRunnerForThread(
+ content::BrowserThread::IO)));
cast_browser_process_->SetNetLog(net_log_.get());
« no previous file with comments | « chrome/test/base/testing_profile.cc ('k') | chromecast/browser/url_request_context_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698