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

Unified Diff: chrome/browser/ui/toolbar/wrench_menu_model.cc

Issue 320053002: Add shortcut for Help menu and Get Help (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | « chrome/app/generated_resources.grd ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/toolbar/wrench_menu_model.cc
diff --git a/chrome/browser/ui/toolbar/wrench_menu_model.cc b/chrome/browser/ui/toolbar/wrench_menu_model.cc
index f2a0dc5918bc5495d1c12c13df80c8cef485e57b..26a176056f9409c82fe25719df052bceb1198d5c 100644
--- a/chrome/browser/ui/toolbar/wrench_menu_model.cc
+++ b/chrome/browser/ui/toolbar/wrench_menu_model.cc
@@ -196,10 +196,10 @@ class WrenchMenuModel::HelpMenuModel : public ui::SimpleMenuModel {
private:
void Build(Browser* browser) {
int help_string_id = IDS_HELP_PAGE;
-#if defined(OS_CHROMEOS)
+#if defined(OS_CHROMEOS) && defined(OFFICIAL_BUILD)
if (!CommandLine::ForCurrentProcess()->HasSwitch(
chromeos::switches::kDisableGeniusApp)) {
- help_string_id = IDS_GENIUS_APP_NAME;
+ help_string_id = IDS_GET_HELP;
}
#endif
AddItemWithStringId(IDC_HELP_PAGE_VIA_MENU, help_string_id);
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698