Index: base/synchronization/waitable_event.h |
diff --git a/base/synchronization/waitable_event.h b/base/synchronization/waitable_event.h |
index 62712edd924425a2f7a17f2a93b18e5f6afd0e84..b77a54503abd2128c70e0c16bf8d49e3e44fef2f 100644 |
--- a/base/synchronization/waitable_event.h |
+++ b/base/synchronization/waitable_event.h |
@@ -75,7 +75,7 @@ class BASE_EXPORT WaitableEvent { |
// Wait indefinitely for the event to be signaled. Returns true if the event |
// was signaled, else false is returned to indicate that waiting failed. |
willchan no longer on Chromium
2011/10/11 15:04:55
Please update the comments.
|
- bool Wait(); |
+ void Wait(); |
// Wait up until max_time has passed for the event to be signaled. Returns |
// true if the event was signaled. If this method returns false, then it |