| 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 9133e59ec91388696ac61c2a6657a8c3f7f186c4..a318e724d4bd6d4331b419bca5ed6abc99602dd5 100644
|
| --- a/content/browser/plugin_data_remover_impl.cc
|
| +++ b/content/browser/plugin_data_remover_impl.cc
|
| @@ -226,7 +226,7 @@ class PluginDataRemoverImpl::Context
|
| return;
|
|
|
| DCHECK(!channel_.get());
|
| - channel_.reset(new IPC::Channel(handle, IPC::Channel::MODE_CLIENT, this));
|
| + channel_ = IPC::Channel::CreateClient(handle, this);
|
| if (!channel_->Connect()) {
|
| NOTREACHED() << "Couldn't connect to plugin";
|
| SignalDone();
|
|
|