Commit 195e9616 authored by gunsch's avatar gunsch Committed by Commit bot

Chromecast: moves ConnectivityChecker to the IO thread.

R=derekjchow@chromium.org,byungchul@chromium.org,lcwu@chromium.org
BUG=476713

Review URL: https://codereview.chromium.org/1058143004

Cr-Commit-Position: refs/heads/master@{#325446}
parent e194b5d4
......@@ -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();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment