diff options
author | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-02 22:43:27 +0000 |
---|---|---|
committer | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-02 22:43:27 +0000 |
commit | 287b9060b13d43d99fc47e52eca22bad7b7cfa7b (patch) | |
tree | abfcfdf3518b4f84996ca77e48bb3c8c91e1c832 /chrome/browser/defaults.h | |
parent | d04c6c85ad3b373b7eb6e29516f4b3c35b1158d1 (diff) | |
download | chromium_src-287b9060b13d43d99fc47e52eca22bad7b7cfa7b.zip chromium_src-287b9060b13d43d99fc47e52eca22bad7b7cfa7b.tar.gz chromium_src-287b9060b13d43d99fc47e52eca22bad7b7cfa7b.tar.bz2 |
[Mac] Show the About Chromium menu item in the Wrench menu.
BUG=73941
TEST=Open Wrench menu. See About Chromium and selecting it brings up the about panel.
Review URL: http://codereview.chromium.org/6591102
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76636 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/defaults.h')
-rw-r--r-- | chrome/browser/defaults.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/defaults.h b/chrome/browser/defaults.h index 147c29e..dd06dbe 100644 --- a/chrome/browser/defaults.h +++ b/chrome/browser/defaults.h @@ -45,9 +45,6 @@ extern const bool kShowImportOnBookmarkBar; // 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; |