diff options
author | pinkerton@chromium.org <pinkerton@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-15 17:11:30 +0000 |
---|---|---|
committer | pinkerton@chromium.org <pinkerton@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-15 17:11:30 +0000 |
commit | b694453d2397cb3886e4fb59bfdefb55c9f9081e (patch) | |
tree | 2c3c730e61bb6731bf9c4eb8a8adb17e4efc4887 /chrome/browser/defaults.h | |
parent | 3cd1f6b0d74cb2f546b430f49af1a91ef951ce95 (diff) | |
download | chromium_src-b694453d2397cb3886e4fb59bfdefb55c9f9081e.zip chromium_src-b694453d2397cb3886e4fb59bfdefb55c9f9081e.tar.gz chromium_src-b694453d2397cb3886e4fb59bfdefb55c9f9081e.tar.bz2 |
Make a shared app menu model and update win and mac to use it. Remove the NSMenu from Toolbar.xib.
BUG=22646
TEST=the app menu works as it used to.
Review URL: http://codereview.chromium.org/482006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34561 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/defaults.h')
-rw-r--r-- | chrome/browser/defaults.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/chrome/browser/defaults.h b/chrome/browser/defaults.h index 4df86b6..7ab5505 100644 --- a/chrome/browser/defaults.h +++ b/chrome/browser/defaults.h @@ -41,12 +41,15 @@ extern const bool kRestorePopups; extern const bool kBrowserAliveWithNoWindows; // Should a link be shown on the bookmark bar allowing the user to import -// bookmarks. +// bookmarks? extern const bool kShowImportOnBookmarkBar; -// Should the exit menu be shown? +// Should the exit menu item be shown in the toolbar menu? extern const bool kShowExitMenuItem; +// Should the about menu item be shown in the toolbar app menu? +extern const bool kShowAboutMenuItem; + // Does the OS support other browsers? If not, operations such as default // browser check are not done. extern const bool kOSSupportsOtherBrowsers; |