| Index: content/browser/browser_main_loop.h
|
| diff --git a/content/browser/browser_main_loop.h b/content/browser/browser_main_loop.h
|
| index 1c4dcbe1f3e07d22d928c72097b607b4ad5d0de5..a307ed73aaafaaf0298bef92e02061fc501ad521 100644
|
| --- a/content/browser/browser_main_loop.h
|
| +++ b/content/browser/browser_main_loop.h
|
| @@ -119,6 +119,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
|
|
|