Separate out the platform-independent parts of Channel reading.

I'm planning on comsolidating the platform-independent management of the
overflow buffer and message dispatch between the posix and windows channels.
This patch separates out the behavior into the functions I'm planning on adding
on the virtual interface.

Basically, ProcessIncomingMessages and DispatchInputData will be the main
shared code. In future patches, I'll refactor Windows in a similar way and then
combine them into a shared base class.


Review URL: http://codereview.chromium.org/9570001

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


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