Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1431)

Unified Diff: mojo/public/cpp/system/watcher.cc

Issue 1895083004: [Draft] See what tests are broken. Base URL: https://chromium.googlesource.com/chromium/src.git@27_watcher_no_abort
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/public/cpp/system/tests/watcher_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/cpp/system/watcher.cc
diff --git a/mojo/public/cpp/system/watcher.cc b/mojo/public/cpp/system/watcher.cc
index 10cf63412626cb245f77415f8a3cd4f556e443af..27c202f4fe9e932ecd9eeb54586f294df6148601 100644
--- a/mojo/public/cpp/system/watcher.cc
+++ b/mojo/public/cpp/system/watcher.cc
@@ -72,7 +72,7 @@ MojoResult Watcher::Start(Handle handle,
DCHECK(!IsWatching());
DCHECK(!callback.is_null());
- message_loop_observer_.reset(new MessageLoopObserver(this));
+ // message_loop_observer_.reset(new MessageLoopObserver(this));
callback_ = callback;
handle_ = handle;
MojoResult result = MojoWatch(handle_.value(), signals,
« no previous file with comments | « mojo/public/cpp/system/tests/watcher_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698