Revert 187233
> Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket.
> 
> IPC::ChannelFactory listens on a UNIX domain socket and notifies its delegate
> when a client connects. The delegate is expected to craft an IPC::Channel from
> the handle it is given.
> 
> Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=186912
> 
> Review URL: https://chromiumcodereview.appspot.com/12386010

TBR=jeremya@chromium.org
Review URL: https://codereview.chromium.org/12761003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187240 0039d316-1c4b-4281-b951-d872f2087c98


CrOS-Libchrome-Original-Commit: 081ace94bb3e5f46908dda4e6a15d70334666f0d
11 files changed
tree: c60e841c34d40ab2bd972d07d318cd5b5a510756
  1. base/
  2. build/
  3. dbus/
  4. ipc/
  5. testing/
  6. third_party/