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.

Previously committed:
- https://src.chromium.org/viewvc/chrome?view=rev&revision=186912
- https://src.chromium.org/viewvc/chrome?view=rev&revision=187233
- https://src.chromium.org/viewvc/chrome?view=rev&revision=187554

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

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


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