| Index: chrome/browser/ui/browser.cc
|
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
|
| index 7352f9231ea69766a05d89f67e6d4e024682908e..b6aa9fc0930f472244a35e22c8d735e2b95f79e0 100644
|
| --- a/chrome/browser/ui/browser.cc
|
| +++ b/chrome/browser/ui/browser.cc
|
| @@ -285,6 +285,12 @@ Browser::~Browser() {
|
| if (tab_restore_service)
|
| tab_restore_service->BrowserClosed(this);
|
|
|
| + encoding_auto_detect_.Destroy();
|
| + printing_enabled_.Destroy();
|
| + dev_tools_disabled_.Destroy();
|
| + instant_enabled_.Destroy();
|
| + use_vertical_tabs_.Destroy();
|
| +
|
| if (profile_->IsOffTheRecord() &&
|
| !BrowserList::IsOffTheRecordSessionActive()) {
|
| // An off-the-record profile is no longer needed, this indirectly
|
|
|