Chromium Code Reviews| Index: base/message_loop.h |
| =================================================================== |
| --- base/message_loop.h (revision 39623) |
| +++ base/message_loop.h (working copy) |
| @@ -158,6 +158,10 @@ |
| // |
| void Quit(); |
| + // This method is a variant of Quit, that does not wait for pending messages |
| + // to be processed before returning from Run. |
| + void QuitNow(); |
| + |
| // Invokes Quit on the current MessageLoop when run. Useful to schedule an |
| // arbitrary MessageLoop to Quit. |
| class QuitTask : public Task { |