Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2978)

Unified Diff: chrome/browser/defaults.h

Issue 10038033: Nukes wrench_menu_model_chromeos and folds functionality int (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix non-chromeos build Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/defaults.cc » ('j') | chrome/browser/ui/toolbar/wrench_menu_model.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/defaults.h
diff --git a/chrome/browser/defaults.h b/chrome/browser/defaults.h
index 5dea3771d114c76620bbfcdd3e035bfa8d00ed47..ab6931395b7bdd6fd8457aa47bdde45191019d55 100644
--- a/chrome/browser/defaults.h
+++ b/chrome/browser/defaults.h
@@ -40,8 +40,12 @@ extern const bool kBrowserAliveWithNoWindows;
// bookmarks?
extern const bool kShowImportOnBookmarkBar;
-// Should the exit menu item be shown in the toolbar menu?
+// Whether various menu items are shown.
extern const bool kShowExitMenuItem;
+extern const bool kShowFeedbackMenuItem;
+extern const bool kShowHelpMenuItemIcon;
+extern const bool kShowSyncSetupMenuItem;
+extern const bool kShowUpgradeMenuItem;
// Does the OS support other browsers? If not, operations such as default
// browser check are not done.
« no previous file with comments | « no previous file | chrome/browser/defaults.cc » ('j') | chrome/browser/ui/toolbar/wrench_menu_model.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698