| Index: base/message_loop/message_loop.h
|
| diff --git a/base/message_loop/message_loop.h b/base/message_loop/message_loop.h
|
| index d8eae01dd5b27d16edb6a1c3f8d5557392f3d751..04b5d47790d73437ebba2ef93aa9874b28d431e1 100644
|
| --- a/base/message_loop/message_loop.h
|
| +++ b/base/message_loop/message_loop.h
|
| @@ -614,6 +614,10 @@ class BASE_EXPORT MessageLoopForUI : public MessageLoop {
|
| // never be called. Instead use Start(), which will forward all the native UI
|
| // events to the Java message loop.
|
| void Start();
|
| + void StartForTesting(WaitableEvent* test_done_event);
|
| + // In Android there are cases where we want to abort immediately without
|
| + // calling Quit(), in these cases we call Abort().
|
| + void Abort();
|
| #endif
|
|
|
| #if defined(USE_OZONE) || (defined(USE_X11) && !defined(USE_GLIB))
|
|
|