summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_channel.h
diff options
context:
space:
mode:
authorloislo@chromium.org <loislo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-21 06:07:53 +0000
committerloislo@chromium.org <loislo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-21 06:07:53 +0000
commit48977dbb85422ade0a5a488f3b9656d3c5d0bc80 (patch)
tree1eff283a23ca552e097ce6a4b7c96ace7e0011d4 /ipc/ipc_channel.h
parent3d41a2a63bbd307fcee6e6c5547ce5fe29e2f4a5 (diff)
downloadchromium_src-48977dbb85422ade0a5a488f3b9656d3c5d0bc80.zip
chromium_src-48977dbb85422ade0a5a488f3b9656d3c5d0bc80.tar.gz
chromium_src-48977dbb85422ade0a5a488f3b9656d3c5d0bc80.tar.bz2
Revert "Connect PPAPI IPC channels for non-SFI mode."
This reverts commit 3d41a2a63bbd307fcee6e6c5547ce5fe29e2f4a5. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252506 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc/ipc_channel.h')
-rw-r--r--ipc/ipc_channel.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/ipc/ipc_channel.h b/ipc/ipc_channel.h
index bfa5ec6..7e09a80 100644
--- a/ipc/ipc_channel.h
+++ b/ipc/ipc_channel.h
@@ -217,12 +217,6 @@ class IPC_EXPORT Channel : public Sender {
ChannelImpl *channel_impl_;
};
-#if defined(OS_POSIX)
-// SocketPair() creates a pair of socket FDs suitable for using with
-// IPC::Channel.
-IPC_EXPORT bool SocketPair(int* fd1, int* fd2);
-#endif
-
} // namespace IPC
#endif // IPC_IPC_CHANNEL_H_