Index: chrome/browser/defaults.cc |
diff --git a/chrome/browser/defaults.cc b/chrome/browser/defaults.cc |
index 0f5e55f1e19d297615c16a1b5367b00ffce5f6de..544041db0b5646cc8f85320711346c5c754a6072 100644 |
--- a/chrome/browser/defaults.cc |
+++ b/chrome/browser/defaults.cc |
@@ -18,7 +18,7 @@ const int kMiniTabWidth = 64; |
const bool kCanToggleSystemTitleBar = false; |
const bool kRestorePopups = true; |
const bool kShowImportOnBookmarkBar = false; |
-const bool kShowExitMenuItem = false; |
+const bool kShowExitMenuItem = true; |
const bool kShowAboutMenuItem = true; |
const bool kOSSupportsOtherBrowsers = false; |
const bool kDownloadPageHasShowInFolder = false; |