Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(137)

Unified Diff: chrome/browser/ui/browser.cc

Issue 5915004: Introduce incognito preference settings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed whitespaces in mac files Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698