diff options
Diffstat (limited to 'chrome/browser/defaults.h')
-rw-r--r-- | chrome/browser/defaults.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chrome/browser/defaults.h b/chrome/browser/defaults.h index a701fa2..3ba67d5 100644 --- a/chrome/browser/defaults.h +++ b/chrome/browser/defaults.h @@ -40,6 +40,13 @@ extern const bool kRestorePopups; // Can the browser be alive without any browser windows? extern const bool kBrowserAliveWithNoWindows; +// Should the exit menu be shown? +extern const bool kShowExitMenuItem; + +// Does the OS support other browsers? If not, operations such as default +// browser check are not done. +extern const bool kOSSupportsOtherBrowsers; + } // namespace browser_defaults #endif // CHROME_BROWSER_DEFAULTS_H_ |