Index: content/renderer/npapi/webplugin_delegate_proxy.cc |
diff --git a/content/renderer/npapi/webplugin_delegate_proxy.cc b/content/renderer/npapi/webplugin_delegate_proxy.cc |
index 0f9768e4ebd2546731da088e14e958c04b552a0e..22d2799625fc3198b73058ecdf8e097241601c26 100644 |
--- a/content/renderer/npapi/webplugin_delegate_proxy.cc |
+++ b/content/renderer/npapi/webplugin_delegate_proxy.cc |
@@ -322,8 +322,7 @@ bool WebPluginDelegateProxy::Initialize( |
} |
channel_host = PluginChannelHost::GetPluginChannelHost( |
- channel_handle, ChildProcess::current()->io_task_runner(), |
- RenderThreadImpl::current()->GetAttachmentBroker()); |
+ channel_handle, ChildProcess::current()->io_task_runner()); |
if (!channel_host.get()) { |
LOG(ERROR) << "Couldn't get PluginChannelHost"; |
continue; |