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

Unified Diff: chrome/app/chrome_command_ids.h

Issue 10546072: Use different help URLs for menus, accelerators, and WebUI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ugh core file Created 8 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 | « no previous file | chrome/app/chrome_dll.rc » ('j') | chrome/browser/ui/views/frame/browser_view.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/chrome_command_ids.h
diff --git a/chrome/app/chrome_command_ids.h b/chrome/app/chrome_command_ids.h
index 315d7e74e1865fc2a043dce09711c2805d90a7d3..92cd13fac580f7ec7d480f5e925ab50b454fd1dc 100644
--- a/chrome/app/chrome_command_ids.h
+++ b/chrome/app/chrome_command_ids.h
@@ -159,7 +159,8 @@
#define IDC_EDIT_SEARCH_ENGINES 40016
#define IDC_VIEW_PASSWORDS 40017
#define IDC_ABOUT 40018
-#define IDC_HELP_PAGE 40019
+#define IDC_HELP_PAGE_VIA_KEYBOARD 40019
+#define IDC_HELP_PAGE_VIA_MENU 40119
sky 2012/06/08 17:05:20 I think we should maintain all values are increasi
Daniel Erat 2012/06/08 18:38:45 Ah, I'll renumber. I was thrown by some of the ex
#define IDC_SHOW_APP_MENU 40020
#define IDC_MANAGE_EXTENSIONS 40021
#define IDC_DEV_TOOLS_INSPECT 40022
« no previous file with comments | « no previous file | chrome/app/chrome_dll.rc » ('j') | chrome/browser/ui/views/frame/browser_view.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698