summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_switches.h
diff options
context:
space:
mode:
authordmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-16 01:37:05 +0000
committerdmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-16 01:37:05 +0000
commitc0b0a690853bc8e2d653f1524466750f7bf57188 (patch)
treeccabcd922d2de8eb919799b7d29f150f36867eb7 /ipc/ipc_switches.h
parent4f6f38e7ede0c4b7f89073730cb6c4db3114dc0f (diff)
downloadchromium_src-c0b0a690853bc8e2d653f1524466750f7bf57188.zip
chromium_src-c0b0a690853bc8e2d653f1524466750f7bf57188.tar.gz
chromium_src-c0b0a690853bc8e2d653f1524466750f7bf57188.tar.bz2
Revert 69264 - Add support for sockets that can listen and accept a connection.
These sockets allow one connection at a time, however clients can connect and disconnect repeatedly. These are going to be used by Cloud Print, Remoting and Automation. BUG=NONE TEST=BUILD Review URL: http://codereview.chromium.org/5749001 TBR=dmaclach@chromium.org Review URL: http://codereview.chromium.org/5943002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69361 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc/ipc_switches.h')
-rw-r--r--ipc/ipc_switches.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipc/ipc_switches.h b/ipc/ipc_switches.h
index 1b754b4..dc34eeb 100644
--- a/ipc/ipc_switches.h
+++ b/ipc/ipc_switches.h
@@ -12,6 +12,7 @@
namespace switches {
+extern const char kIPCUseFIFO[];
extern const char kProcessChannelID[];
extern const char kDebugChildren[];