| Index: content/browser/browser_main_loop.cc
|
| diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
|
| index 86a5d31e2073c47e72ef333a56bdd18084e8d28e..c4ad399a446d3f545e8ea216c8e811cbc34495b4 100644
|
| --- a/content/browser/browser_main_loop.cc
|
| +++ b/content/browser/browser_main_loop.cc
|
| @@ -818,6 +818,10 @@ int BrowserMainLoop::PreCreateThreads() {
|
| return result_code_;
|
| }
|
|
|
| +void BrowserMainLoop::PreShutdown() {
|
| + parts_->PreShutdown();
|
| +}
|
| +
|
| void BrowserMainLoop::CreateStartupTasks() {
|
| TRACE_EVENT0("startup", "BrowserMainLoop::CreateStartupTasks");
|
|
|
|
|