| Index: content/browser/plugin_data_remover_impl.cc
|
| diff --git a/content/browser/plugin_data_remover_impl.cc b/content/browser/plugin_data_remover_impl.cc
|
| index e192327b8e512a175a81be2cb1382cf6c00cec3e..d0cb9acb2bf4efcba7db47b914272f2910f28e69 100644
|
| --- a/content/browser/plugin_data_remover_impl.cc
|
| +++ b/content/browser/plugin_data_remover_impl.cc
|
| @@ -227,8 +227,7 @@ class PluginDataRemoverImpl::Context
|
| return;
|
|
|
| DCHECK(!channel_.get());
|
| - channel_ = IPC::Channel::CreateClient(
|
| - handle, this, content::ChildProcessHost::GetAttachmentBroker());
|
| + channel_ = IPC::Channel::CreateClient(handle, this);
|
| if (!channel_->Connect()) {
|
| NOTREACHED() << "Couldn't connect to plugin";
|
| SignalDone();
|
|
|