| Index: base/message_loop/message_loop.h
|
| diff --git a/base/message_loop/message_loop.h b/base/message_loop/message_loop.h
|
| index 8db1e77daf38b21e191df7c0108b6abe0d6571fe..e289b9131334cceedc212d67bf320108e5ed5548 100644
|
| --- a/base/message_loop/message_loop.h
|
| +++ b/base/message_loop/message_loop.h
|
| @@ -433,7 +433,7 @@ class BASE_EXPORT MessageLoop : public MessagePump::Delegate {
|
|
|
| // Wakes up the message pump. Can be called on any thread. The caller is
|
| // responsible for synchronizing ScheduleWork() calls.
|
| - void ScheduleWork(bool was_empty);
|
| + void ScheduleWork();
|
|
|
| // Start recording histogram info about events and action IF it was enabled
|
| // and IF the statistics recorder can accept a registration of our histogram.
|
|
|