| Index: chrome/browser/ui/browser.cc
|
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
|
| index cdaf933c365148040058b608bf283a19a2e60262..5460cd7ccf6526d7be10ee67dac178deb50b851f 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
|
|
|