Index: base/win/registry.cc |
diff --git a/base/win/registry.cc b/base/win/registry.cc |
index 47afcbfb77b904336607e127c31ff1403114ff2c..192f534894535f2386a01d05905647e6024f030c 100644 |
--- a/base/win/registry.cc |
+++ b/base/win/registry.cc |
@@ -82,7 +82,7 @@ bool RegKey::Watcher::StartWatching(HKEY key, const ChangeCallback& callback) { |
} |
callback_ = callback; |
- return object_watcher_.StartWatching(watch_event_.Get(), this); |
+ return object_watcher_.StartWatching(watch_event_.Get(), this, false); |
} |
// RegKey ---------------------------------------------------------------------- |