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