| 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,
|
|
|