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.

Review URL: https://codereview.chromium.org/12386010

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


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