| 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 983f84fea5e20d57030f5c5f57af27377b82d048..6b9ca8a25426500ebb5dc38bfb8879d099635f1b 100644
|
| --- a/content/browser/plugin_data_remover_impl.cc
|
| +++ b/content/browser/plugin_data_remover_impl.cc
|
| @@ -165,6 +165,7 @@ class PluginDataRemoverImpl::Context
|
|
|
| virtual void OnPpapiChannelOpened(
|
| const IPC::ChannelHandle& channel_handle,
|
| + base::ProcessId /* peer_pid */,
|
| int /* child_id */) OVERRIDE {
|
| if (!channel_handle.name.empty())
|
| ConnectToChannel(channel_handle, true);
|
|
|