Index: chrome/common/service_process_util_win.cc |
diff --git a/chrome/common/service_process_util_win.cc b/chrome/common/service_process_util_win.cc |
index df7c039d5de33b6a7f41c1bcf0b35c9c3085e9bd..33ca75d3b7d34ee5b0918d603539fdf8907c2117 100644 |
--- a/chrome/common/service_process_util_win.cc |
+++ b/chrome/common/service_process_util_win.cc |
@@ -58,7 +58,7 @@ class ServiceProcessTerminateMonitor |
base::string16 event_name = GetServiceProcessTerminateEventName(); |
DCHECK(event_name.length() <= MAX_PATH); |
terminate_event_.Set(CreateEvent(NULL, TRUE, FALSE, event_name.c_str())); |
- watcher_.StartWatching(terminate_event_.Get(), this); |
+ watcher_.StartWatching(terminate_event_.Get(), this, false); |
} |
// base::ObjectWatcher::Delegate implementation. |