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

Unified Diff: blimp/engine/session/blimp_engine_session.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 | « blimp/engine/common/blimp_browser_context.cc ('k') | chrome/browser/after_startup_task_utils_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/engine/session/blimp_engine_session.cc
diff --git a/blimp/engine/session/blimp_engine_session.cc b/blimp/engine/session/blimp_engine_session.cc
index bbd18e56fe60ffc4507d0e0d9e9dd35ea4c3ffc4..70134b671f01cbcba85f928a93333bf16cd2911b 100644
--- a/blimp/engine/session/blimp_engine_session.cc
+++ b/blimp/engine/session/blimp_engine_session.cc
@@ -302,10 +302,10 @@ void BlimpEngineSession::GetEnginePortForTesting(
}
void BlimpEngineSession::RegisterFeatures() {
- thread_pipe_manager_.reset(new ThreadPipeManager(
- content::BrowserThread::GetMessageLoopProxyForThread(
- content::BrowserThread::IO),
- net_components_->GetBrowserConnectionHandler()));
+ thread_pipe_manager_.reset(
+ new ThreadPipeManager(content::BrowserThread::GetTaskRunnerForThread(
+ content::BrowserThread::IO),
+ net_components_->GetBrowserConnectionHandler()));
// Register features' message senders and receivers.
tab_control_message_sender_ =
« no previous file with comments | « blimp/engine/common/blimp_browser_context.cc ('k') | chrome/browser/after_startup_task_utils_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698