From a329ecd9f56d8e7e585773154c0266e170a83569 Mon Sep 17 00:00:00 2001 From: "dmaclach@chromium.org" Date: Mon, 20 Dec 2010 02:45:24 +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 Review URL: http://codereview.chromium.org/5749001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69690 0039d316-1c4b-4281-b951-d872f2087c98 --- ipc/ipc_switches.h | 1 - 1 file changed, 1 deletion(-) (limited to 'ipc/ipc_switches.h') diff --git a/ipc/ipc_switches.h b/ipc/ipc_switches.h index dc34eeb..1b754b4 100644 --- a/ipc/ipc_switches.h +++ b/ipc/ipc_switches.h @@ -12,7 +12,6 @@ namespace switches { -extern const char kIPCUseFIFO[]; extern const char kProcessChannelID[]; extern const char kDebugChildren[]; -- cgit v1.1