| Index: chrome/browser/browser_process_impl.cc
|
| diff --git a/chrome/browser/browser_process_impl.cc b/chrome/browser/browser_process_impl.cc
|
| index 2413102463dc80a2db21005401ef0449dd4b2ec2..6516bc5c8c5f8e7590f51357b17d5ccccf43a9bc 100644
|
| --- a/chrome/browser/browser_process_impl.cc
|
| +++ b/chrome/browser/browser_process_impl.cc
|
| @@ -171,6 +171,8 @@ BrowserProcessImpl::~BrowserProcessImpl() {
|
| }
|
|
|
| void BrowserProcessImpl::StartTearDown() {
|
| + io_thread()->StartTearDown();
|
| +
|
| #if defined(ENABLE_AUTOMATION)
|
| // Delete the AutomationProviderList before NotificationService,
|
| // since it may try to unregister notifications
|
|
|