Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1944)

Unified Diff: content/plugin/plugin_channel.h

Issue 1184523003: attachment broker wip (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor comments. Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/gpu/gpu_child_thread.cc ('k') | content/plugin/plugin_channel.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/plugin/plugin_channel.h
diff --git a/content/plugin/plugin_channel.h b/content/plugin/plugin_channel.h
index ee01023629e2486a32494bb9e94cafc3eadb20a5..94ae6398cc761eb62bb0d5a2c8fafd687301c1df 100644
--- a/content/plugin/plugin_channel.h
+++ b/content/plugin/plugin_channel.h
@@ -27,7 +27,9 @@ class PluginChannel : public NPChannelBase {
// given renderer process. The renderer ID is an opaque unique ID generated
// by the browser.
static PluginChannel* GetPluginChannel(
- int renderer_id, base::SingleThreadTaskRunner* ipc_task_runner);
+ int renderer_id,
+ base::SingleThreadTaskRunner* ipc_task_runner,
+ IPC::AttachmentBroker* broker);
// Send a message to all renderers that the process is going to shutdown.
static void NotifyRenderersOfPendingShutdown();
@@ -63,7 +65,8 @@ class PluginChannel : public NPChannelBase {
void CleanUp() override;
bool Init(base::SingleThreadTaskRunner* ipc_task_runner,
bool create_pipe_now,
- base::WaitableEvent* shutdown_event) override;
+ base::WaitableEvent* shutdown_event,
+ IPC::AttachmentBroker* broker) override;
private:
class MessageFilter;
« no previous file with comments | « content/gpu/gpu_child_thread.cc ('k') | content/plugin/plugin_channel.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698