| OLD | NEW |
| 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 // This file lists all the command IDs understood by e.g. the browser. | 5 // This file lists all the command IDs understood by e.g. the browser. |
| 6 // It is used by Windows RC files, Mac NIB files, and other platforms too. | 6 // It is used by Windows RC files, Mac NIB files, and other platforms too. |
| 7 | 7 |
| 8 // Values below IDC_MinimumLabelValue are reserved for dynamic menu items. | 8 // Values below IDC_MinimumLabelValue are reserved for dynamic menu items. |
| 9 #define IDC_MinimumLabelValue 4000 | 9 #define IDC_MinimumLabelValue 4000 |
| 10 | 10 |
| (...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 154 #define IDC_ABOUT 40018 | 154 #define IDC_ABOUT 40018 |
| 155 #define IDC_HELP_PAGE 40019 | 155 #define IDC_HELP_PAGE 40019 |
| 156 #define IDC_SHOW_APP_MENU 40020 | 156 #define IDC_SHOW_APP_MENU 40020 |
| 157 #define IDC_MANAGE_EXTENSIONS 40022 | 157 #define IDC_MANAGE_EXTENSIONS 40022 |
| 158 #define IDC_AUTOFILL_DEFAULT 40023 | 158 #define IDC_AUTOFILL_DEFAULT 40023 |
| 159 #define IDC_DEV_TOOLS_INSPECT 40025 | 159 #define IDC_DEV_TOOLS_INSPECT 40025 |
| 160 #define IDC_UPGRADE_DIALOG 40026 | 160 #define IDC_UPGRADE_DIALOG 40026 |
| 161 #define IDC_VIEW_INCOMPATIBILITIES 40027 | 161 #define IDC_VIEW_INCOMPATIBILITIES 40027 |
| 162 #define IDC_VIEW_BACKGROUND_PAGES 40028 | 162 #define IDC_VIEW_BACKGROUND_PAGES 40028 |
| 163 #define IDC_SHOW_KEYBOARD_OVERLAY 40029 | 163 #define IDC_SHOW_KEYBOARD_OVERLAY 40029 |
| 164 #define IDC_PROFILING_ENABLED 40030 |
| 164 | 165 |
| 165 // Spell-check | 166 // Spell-check |
| 166 // Insert any additional suggestions before _LAST; these have to be consecutive. | 167 // Insert any additional suggestions before _LAST; these have to be consecutive. |
| 167 #define IDC_SPELLCHECK_SUGGESTION_0 41000 | 168 #define IDC_SPELLCHECK_SUGGESTION_0 41000 |
| 168 #define IDC_SPELLCHECK_SUGGESTION_1 41001 | 169 #define IDC_SPELLCHECK_SUGGESTION_1 41001 |
| 169 #define IDC_SPELLCHECK_SUGGESTION_2 41002 | 170 #define IDC_SPELLCHECK_SUGGESTION_2 41002 |
| 170 #define IDC_SPELLCHECK_SUGGESTION_3 41003 | 171 #define IDC_SPELLCHECK_SUGGESTION_3 41003 |
| 171 #define IDC_SPELLCHECK_SUGGESTION_4 41004 | 172 #define IDC_SPELLCHECK_SUGGESTION_4 41004 |
| 172 #define IDC_SPELLCHECK_SUGGESTION_LAST IDC_SPELLCHECK_SUGGESTION_4 | 173 #define IDC_SPELLCHECK_SUGGESTION_LAST IDC_SPELLCHECK_SUGGESTION_4 |
| 173 #define IDC_SPELLCHECK_MENU 41005 | 174 #define IDC_SPELLCHECK_MENU 41005 |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 265 #define IDC_BOOKMARK_BAR_OPEN_ALL_NEW_WINDOW 51001 | 266 #define IDC_BOOKMARK_BAR_OPEN_ALL_NEW_WINDOW 51001 |
| 266 #define IDC_BOOKMARK_BAR_OPEN_ALL_INCOGNITO 51002 | 267 #define IDC_BOOKMARK_BAR_OPEN_ALL_INCOGNITO 51002 |
| 267 #define IDC_BOOKMARK_BAR_OPEN_INCOGNITO 51003 | 268 #define IDC_BOOKMARK_BAR_OPEN_INCOGNITO 51003 |
| 268 #define IDC_BOOKMARK_BAR_RENAME_FOLDER 51004 | 269 #define IDC_BOOKMARK_BAR_RENAME_FOLDER 51004 |
| 269 #define IDC_BOOKMARK_BAR_EDIT 51005 | 270 #define IDC_BOOKMARK_BAR_EDIT 51005 |
| 270 #define IDC_BOOKMARK_BAR_REMOVE 51006 | 271 #define IDC_BOOKMARK_BAR_REMOVE 51006 |
| 271 #define IDC_BOOKMARK_BAR_ADD_NEW_BOOKMARK 51007 | 272 #define IDC_BOOKMARK_BAR_ADD_NEW_BOOKMARK 51007 |
| 272 #define IDC_BOOKMARK_BAR_NEW_FOLDER 51008 | 273 #define IDC_BOOKMARK_BAR_NEW_FOLDER 51008 |
| 273 #define IDC_BOOKMARK_MANAGER 51009 | 274 #define IDC_BOOKMARK_MANAGER 51009 |
| 274 #define IDC_BOOKMARK_BAR_ALWAYS_SHOW 51010 | 275 #define IDC_BOOKMARK_BAR_ALWAYS_SHOW 51010 |
| OLD | NEW |