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

Unified Diff: mojo/android/system/watcher_impl.cc

Issue 2725133002: Mojo: Armed Watchers (Closed)
Patch Set: . Created 3 years, 10 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
Index: mojo/android/system/watcher_impl.cc
diff --git a/mojo/android/system/watcher_impl.cc b/mojo/android/system/watcher_impl.cc
index 756ffe3f3bcaf317cf0b72f7b8c9dc9c6366a7ec..b69871e4fc01cd3ac0840680d482373a9301be92 100644
--- a/mojo/android/system/watcher_impl.cc
+++ b/mojo/android/system/watcher_impl.cc
@@ -26,7 +26,7 @@ namespace {
class WatcherImpl {
public:
- WatcherImpl() : watcher_(FROM_HERE) {}
+ WatcherImpl() : watcher_(FROM_HERE, Watcher::ArmingPolicy::AUTOMATIC) {}
~WatcherImpl() = default;

Powered by Google App Engine
This is Rietveld 408576698