| Index: base/synchronization/waitable_event.h
|
| diff --git a/base/synchronization/waitable_event.h b/base/synchronization/waitable_event.h
|
| index 62712edd924425a2f7a17f2a93b18e5f6afd0e84..6c917015ea4322fc52026a5eb9369a4b082b548e 100644
|
| --- a/base/synchronization/waitable_event.h
|
| +++ b/base/synchronization/waitable_event.h
|
| @@ -73,9 +73,8 @@ class BASE_EXPORT WaitableEvent {
|
| // is not a manual reset event, then this test will cause a reset.
|
| bool IsSignaled();
|
|
|
| - // Wait indefinitely for the event to be signaled. Returns true if the event
|
| - // was signaled, else false is returned to indicate that waiting failed.
|
| - bool Wait();
|
| + // Wait indefinitely for the event to be signaled.
|
| + 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
|
|
|