Refactoring on Windows IPC channel.

This makes the Windows IPC channel interface the same as I've created for the Posix one:
http://codereview.chromium.org/9570001/

The core reading functions DispatchInputData, ProcessIncomingMessages, and the "hello" message handling are now identical. The follow-up step will be to merge these into a common IPCChannelReader base class and eliminate the duplicate code.


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

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