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 |