Add comment about leaked FileDescriptorWatcher::Controller::Watcher.

If the MessageLoopForIO is deleted before Watcher::StartWatching() runs,
|watcher_| is leaked. If the MessageLoopForIO is deleted after
Watcher::StartWatching() runs but before the DeleteSoon task runs,
|watcher_| is deleted from Watcher::WillDestroyCurrentMessageLoop().

BUG=645114

Review-Url: https://codereview.chromium.org/2382443011
Cr-Commit-Position: refs/heads/master@{#422320}


CrOS-Libchrome-Original-Commit: 20e8000df85972c5fd53d287753a189c45b9408c
1 file changed
tree: cc3a1fa8146c7bfa5314412a8511ed424f57012f
  1. base/
  2. build/
  3. components/
  4. dbus/
  5. device/
  6. ipc/
  7. mojo/
  8. testing/
  9. third_party/
  10. ui/