| OLD | NEW |
| 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2011 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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 47 #define IDC_RESTORE_TAB 34028 | 47 #define IDC_RESTORE_TAB 34028 |
| 48 #define IDC_SHOW_AS_TAB 34029 | 48 #define IDC_SHOW_AS_TAB 34029 |
| 49 #define IDC_FULLSCREEN 34030 | 49 #define IDC_FULLSCREEN 34030 |
| 50 #define IDC_EXIT 34031 | 50 #define IDC_EXIT 34031 |
| 51 #define IDC_MOVE_TAB_NEXT 34032 | 51 #define IDC_MOVE_TAB_NEXT 34032 |
| 52 #define IDC_MOVE_TAB_PREVIOUS 34033 | 52 #define IDC_MOVE_TAB_PREVIOUS 34033 |
| 53 #define IDC_TOGGLE_VERTICAL_TABS 34034 | 53 #define IDC_TOGGLE_VERTICAL_TABS 34034 |
| 54 #define IDC_SEARCH 34035 | 54 #define IDC_SEARCH 34035 |
| 55 #define IDC_TABPOSE 34036 | 55 #define IDC_TABPOSE 34036 |
| 56 #define IDC_COMPACT_NAVBAR 34037 | 56 #define IDC_COMPACT_NAVBAR 34037 |
| 57 #define IDC_DEBUG_FRAME_TOGGLE 34038 |
| 57 | 58 |
| 58 // Page-related commands | 59 // Page-related commands |
| 59 #define IDC_BOOKMARK_PAGE 35000 | 60 #define IDC_BOOKMARK_PAGE 35000 |
| 60 #define IDC_BOOKMARK_ALL_TABS 35001 | 61 #define IDC_BOOKMARK_ALL_TABS 35001 |
| 61 #define IDC_VIEW_SOURCE 35002 | 62 #define IDC_VIEW_SOURCE 35002 |
| 62 #define IDC_PRINT 35003 | 63 #define IDC_PRINT 35003 |
| 63 #define IDC_SAVE_PAGE 35004 | 64 #define IDC_SAVE_PAGE 35004 |
| 64 #define IDC_ENCODING_MENU 35005 | 65 #define IDC_ENCODING_MENU 35005 |
| 65 #define IDC_EMAIL_PAGE_LOCATION 35006 | 66 #define IDC_EMAIL_PAGE_LOCATION 35006 |
| 66 | 67 |
| (...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 |
| 275 | 276 |
| 276 // Context menu items in the status tray | 277 // Context menu items in the status tray |
| 277 #define IDC_STATUS_TRAY_KEEP_CHROME_RUNNING_IN_BACKGROUND 51100 | 278 #define IDC_STATUS_TRAY_KEEP_CHROME_RUNNING_IN_BACKGROUND 51100 |
| OLD | NEW |