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

Unified Diff: components/nacl/renderer/trusted_plugin_channel.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
Index: components/nacl/renderer/trusted_plugin_channel.cc
diff --git a/components/nacl/renderer/trusted_plugin_channel.cc b/components/nacl/renderer/trusted_plugin_channel.cc
index 1feaa5ca6188de97bf4d0561f6a81f1c310dbdeb..1cfef1777cdc5c3666a6bd60bbbb6aaa0c78e22c 100644
--- a/components/nacl/renderer/trusted_plugin_channel.cc
+++ b/components/nacl/renderer/trusted_plugin_channel.cc
@@ -24,8 +24,7 @@ TrustedPluginChannel::TrustedPluginChannel(
is_helper_nexe_(is_helper_nexe) {
channel_ = IPC::SyncChannel::Create(
handle, IPC::Channel::MODE_CLIENT, this,
- content::RenderThread::Get()->GetIOMessageLoopProxy(), true,
- shutdown_event);
+ content::RenderThread::Get()->GetIOTaskRunner(), true, shutdown_event);
}
TrustedPluginChannel::~TrustedPluginChannel() {
« no previous file with comments | « components/nacl/renderer/ppb_nacl_private_impl.cc ('k') | components/printing/test/print_mock_render_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698