From 12262cfcdbfd13d853dc358ca600bfc499e31ad5 Mon Sep 17 00:00:00 2001 From: skyostil Date: Thu, 21 May 2015 07:49:31 -0700 Subject: content/child: Remove use of MessageLoopProxy and deprecated MessageLoop APIs This patch was mostly autogenerated with https://codereview.chromium.org/1010073002/. BUG=465354 TBR=jochen@chromium.org,raymes@chromium.org Review URL: https://codereview.chromium.org/1142063003 Cr-Commit-Position: refs/heads/master@{#330939} --- content/plugin/plugin_thread.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/plugin/plugin_thread.cc') diff --git a/content/plugin/plugin_thread.cc b/content/plugin/plugin_thread.cc index 7fd9bdd..7625109 100644 --- a/content/plugin/plugin_thread.cc +++ b/content/plugin/plugin_thread.cc @@ -138,7 +138,7 @@ bool PluginThread::OnControlMessageReceived(const IPC::Message& msg) { void PluginThread::OnCreateChannel(int renderer_id, bool incognito) { scoped_refptr channel(PluginChannel::GetPluginChannel( - renderer_id, ChildProcess::current()->io_message_loop_proxy())); + renderer_id, ChildProcess::current()->io_task_runner())); IPC::ChannelHandle channel_handle; if (channel.get()) { channel_handle.name = channel->channel_handle().name; -- cgit v1.1