| 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 0d831355b1b20831d45eecb86973239a347c1939..fd62447f73c684918ec8506ffec9d0fa4fe008e8 100644
|
| --- a/content/browser/plugin_data_remover_impl.cc
|
| +++ b/content/browser/plugin_data_remover_impl.cc
|
| @@ -168,7 +168,8 @@ class PluginDataRemoverImpl::Context
|
|
|
| virtual void OnPpapiChannelOpened(
|
| base::ProcessHandle plugin_process_handle,
|
| - const IPC::ChannelHandle& channel_handle) OVERRIDE {
|
| + const IPC::ChannelHandle& channel_handle,
|
| + int /* child_id */) OVERRIDE {
|
| if (plugin_process_handle != base::kNullProcessHandle)
|
| ConnectToChannel(channel_handle, true);
|
|
|
|
|