Enable the FileDescriptorWatcher API on MessageLoopForIO threads.
With this CL, a FileDescriptorWatcher is instantiated on every base::Thread that runs a MessageLoopForIO. This allows FileDescriptorWatcher::WatchReadable/WatchWritable to be used on these threads. BUG=645114 Review-Url: https://codereview.chromium.org/2372583002 Cr-Commit-Position: refs/heads/master@{#421190}
Showing
Please register or sign in to comment