Index: content/plugin/plugin_channel.h |
diff --git a/content/plugin/plugin_channel.h b/content/plugin/plugin_channel.h |
index 94ae6398cc761eb62bb0d5a2c8fafd687301c1df..c97b1f1620aac774ce71660132b7a5ac69e522d4 100644 |
--- a/content/plugin/plugin_channel.h |
+++ b/content/plugin/plugin_channel.h |
@@ -28,8 +28,7 @@ class PluginChannel : public NPChannelBase { |
// by the browser. |
static PluginChannel* GetPluginChannel( |
int renderer_id, |
- base::SingleThreadTaskRunner* ipc_task_runner, |
- IPC::AttachmentBroker* broker); |
+ base::SingleThreadTaskRunner* ipc_task_runner); |
// Send a message to all renderers that the process is going to shutdown. |
static void NotifyRenderersOfPendingShutdown(); |
@@ -65,8 +64,7 @@ class PluginChannel : public NPChannelBase { |
void CleanUp() override; |
bool Init(base::SingleThreadTaskRunner* ipc_task_runner, |
bool create_pipe_now, |
- base::WaitableEvent* shutdown_event, |
- IPC::AttachmentBroker* broker) override; |
+ base::WaitableEvent* shutdown_event) override; |
private: |
class MessageFilter; |