| 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..c43a3fba1806472f713515cbb07d2922a9f0c10d 100644
|
| --- a/content/browser/browser_main_loop.h
|
| +++ b/content/browser/browser_main_loop.h
|
| @@ -118,6 +118,8 @@ class CONTENT_EXPORT BrowserMainLoop {
|
| void PreMainMessageLoopStart();
|
| void MainMessageLoopStart();
|
| void PostMainMessageLoopStart();
|
| + void PreShutdown();
|
| + void PostShutdown();
|
|
|
| // 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
|
|
|