diff options
Diffstat (limited to 'chrome/browser/ui/browser.cc')
-rw-r--r-- | chrome/browser/ui/browser.cc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc index 7352f92..b6aa9fc 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 |