summaryrefslogtreecommitdiffstats
path: root/chrome/browser/defaults.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/defaults.cc')
-rw-r--r--chrome/browser/defaults.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/defaults.cc b/chrome/browser/defaults.cc
index fdc261a..2586bc2 100644
--- a/chrome/browser/defaults.cc
+++ b/chrome/browser/defaults.cc
@@ -17,6 +17,8 @@ const SessionStartupPref::Type kDefaultSessionStartupType =
const int kPinnedTabWidth = 64;
const bool kCanToggleSystemTitleBar = false;
const bool kRestorePopups = true;
+const bool kShowExitMenuItem = false;
+const bool kOSSupportsOtherBrowsers = false;
#elif defined(OS_LINUX)
@@ -44,6 +46,8 @@ const SessionStartupPref::Type kDefaultSessionStartupType =
SessionStartupPref::DEFAULT;
const int kPinnedTabWidth = 56;
const bool kRestorePopups = false;
+const bool kShowExitMenuItem = true;
+const bool kOSSupportsOtherBrowsers = true;
#endif