| Index: content/browser/browser_main_loop.h
|
| diff --git a/content/browser/browser_main_loop.h b/content/browser/browser_main_loop.h
|
| index 1464de7ced9cb6ae38c160ead17e1a935d9a6474..f8ec7976f159638f7895aa81933c72a3b3226fb9 100644
|
| --- a/content/browser/browser_main_loop.h
|
| +++ b/content/browser/browser_main_loop.h
|
| @@ -118,6 +118,7 @@ class CONTENT_EXPORT BrowserMainLoop {
|
| void PreMainMessageLoopStart();
|
| void MainMessageLoopStart();
|
| void PostMainMessageLoopStart();
|
| + void PreShutdown();
|
|
|
| // Create and start running the tasks we need to complete startup. Note that
|
| // this can be called more than once (currently only on Android) if we get a
|
|
|