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

Unified Diff: chrome/renderer/plugin_channel_host.h

Issue 5598010: Convert over to channel handles (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Fixed up bad whitespace Created 10 years 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
Index: chrome/renderer/plugin_channel_host.h
diff --git a/chrome/renderer/plugin_channel_host.h b/chrome/renderer/plugin_channel_host.h
index 1a46c209ecf361378ccc34d4a1a7250ab2f13b47..c55c0ef29c3a85b377c945d5162310bcb4755d18 100644
--- a/chrome/renderer/plugin_channel_host.h
+++ b/chrome/renderer/plugin_channel_host.h
@@ -8,6 +8,7 @@
#include "base/hash_tables.h"
#include "chrome/plugin/plugin_channel_base.h"
+#include "ipc/ipc_channel_handle.h"
class IsListeningFilter;
class NPObjectBase;
@@ -17,7 +18,7 @@ class NPObjectBase;
class PluginChannelHost : public PluginChannelBase {
public:
static PluginChannelHost* GetPluginChannelHost(
- const std::string& channel_name, MessageLoop* ipc_message_loop);
+ const IPC::ChannelHandle& channel_handle, MessageLoop* ipc_message_loop);
virtual bool Init(MessageLoop* ipc_message_loop, bool create_pipe_now);

Powered by Google App Engine
This is Rietveld 408576698