From 24c62dc78b5f53498de7962b4da83f7f4de50259 Mon Sep 17 00:00:00 2001 From: "evan@chromium.org" Date: Fri, 19 Jun 2009 20:56:46 +0000 Subject: Revert "posix: two related changes to make plugin IPC work on POSIX." This reverts commit r18850, as it had a compile failure. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18851 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/plugin/plugin_channel.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'chrome/plugin/plugin_channel.h') diff --git a/chrome/plugin/plugin_channel.h b/chrome/plugin/plugin_channel.h index 21373fb..f0bba80 100644 --- a/chrome/plugin/plugin_channel.h +++ b/chrome/plugin/plugin_channel.h @@ -15,12 +15,8 @@ // process. On the renderer side there's a corresponding PluginChannelHost. class PluginChannel : public PluginChannelBase { public: - // Get a new PluginChannel object for the current process. - // POSIX only: If |channel_fd| > 0, use that file descriptor for the - // channel socket. - static PluginChannel* GetPluginChannel(int process_id, - MessageLoop* ipc_message_loop, - int channel_fd); + static PluginChannel* GetPluginChannel( + int process_id, MessageLoop* ipc_message_loop); ~PluginChannel(); -- cgit v1.1