From 22b42c595b55ca0c589658d9ab6d073da728833a Mon Sep 17 00:00:00 2001 From: "dmaclach@chromium.org" Date: Mon, 20 Dec 2010 06:59:23 +0000 Subject: 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 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=69660 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=69690 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=69694 Review URL: http://codereview.chromium.org/5749001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69696 0039d316-1c4b-4281-b951-d872f2087c98 --- ipc/ipc_switches.cc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ipc/ipc_switches.cc') diff --git a/ipc/ipc_switches.cc b/ipc/ipc_switches.cc index 2a8f470..bcb1225 100644 --- a/ipc/ipc_switches.cc +++ b/ipc/ipc_switches.cc @@ -11,10 +11,6 @@ namespace switches { // Can't find the switch you are looking for? try looking in // base/base_switches.cc instead. -// On POSIX only: use FIFO for IPC channels so that "unrelated" process -// can connect to a channel, provided it knows its name. For debugging purposes. -const char kIPCUseFIFO[] = "ipc-use-fifo"; - // The value of this switch tells the child process which // IPC channel the browser expects to use to communicate with it. const char kProcessChannelID[] = "channel"; -- cgit v1.1