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

Unified Diff: win8/metro_driver/chrome_app_view_ash.cc

Issue 1179163002: Migrate callers of message_loop_proxy() to task_runner() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Created 5 years, 6 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 | « tools/ipc_fuzzer/message_replay/replay_process.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: win8/metro_driver/chrome_app_view_ash.cc
diff --git a/win8/metro_driver/chrome_app_view_ash.cc b/win8/metro_driver/chrome_app_view_ash.cc
index 8fac81cf26c442b3fa849afb89f32a009d63cdff..65e07ba913e6e95a59f955e9aa68a458dbb1cd16 100644
--- a/win8/metro_driver/chrome_app_view_ash.cc
+++ b/win8/metro_driver/chrome_app_view_ash.cc
@@ -1421,7 +1421,7 @@ void ChromeAppViewAsh::StartChromeOSMode() {
IPC::ChannelProxy::Create(win8::kMetroViewerIPCChannelName,
IPC::Channel::MODE_NAMED_CLIENT,
channel_listener_,
- io_thread_->message_loop_proxy());
+ io_thread_->task_runner());
DVLOG(1) << "Created channel proxy";
// Upon receipt of the MetroViewerHostMsg_SetTargetSurface message the
« no previous file with comments | « tools/ipc_fuzzer/message_replay/replay_process.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698