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

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


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