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

Unified Diff: chromecast/browser/cast_browser_main_parts.cc

Issue 1058143004: Chromecast: moves ConnectivityChecker to the IO thread. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | no next file » | 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 06701a0d4f691261218cd9d5e538641e90d12115..3e623ee0fc7bcb353fbb933d4b18ccdb7d20e871 100644
--- a/chromecast/browser/cast_browser_main_parts.cc
+++ b/chromecast/browser/cast_browser_main_parts.cc
@@ -270,7 +270,7 @@ void CastBrowserMainParts::PreMainMessageLoopRun() {
cast_browser_process_->SetConnectivityChecker(
make_scoped_refptr(new ConnectivityChecker(
content::BrowserThread::GetMessageLoopProxyForThread(
- content::BrowserThread::FILE))));
+ content::BrowserThread::IO))));
url_request_context_factory_->InitializeOnUIThread();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698