OLD | NEW |
1 //{{NO_DEPENDENCIES}} | 1 //{{NO_DEPENDENCIES}} |
2 // | 2 // |
3 // What began as a Microsoft Visual C++ generated include file is now | 3 // What began as a Microsoft Visual C++ generated include file is now |
4 // edited by hand. Do not generate!!! | 4 // edited by hand. Do not generate!!! |
5 // | 5 // |
6 // Used by chrome_dll.rc, Mac nibs, ... | 6 // Used by chrome_dll.rc, Mac nibs, ... |
7 // | 7 // |
8 | 8 |
9 #define IDR_MAINFRAME 101 | 9 #define IDR_MAINFRAME 101 |
10 | 10 |
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
75 #define IDC_SELECT_TAB_6 34024 | 75 #define IDC_SELECT_TAB_6 34024 |
76 #define IDC_SELECT_TAB_7 34025 | 76 #define IDC_SELECT_TAB_7 34025 |
77 #define IDC_SELECT_LAST_TAB 34026 | 77 #define IDC_SELECT_LAST_TAB 34026 |
78 #define IDC_DUPLICATE_TAB 34027 | 78 #define IDC_DUPLICATE_TAB 34027 |
79 #define IDC_RESTORE_TAB 34028 | 79 #define IDC_RESTORE_TAB 34028 |
80 #define IDC_SHOW_AS_TAB 34029 | 80 #define IDC_SHOW_AS_TAB 34029 |
81 #define IDC_FULLSCREEN 34030 | 81 #define IDC_FULLSCREEN 34030 |
82 #define IDC_EXIT 34031 | 82 #define IDC_EXIT 34031 |
83 #define IDC_MOVE_TAB_NEXT 34032 | 83 #define IDC_MOVE_TAB_NEXT 34032 |
84 #define IDC_MOVE_TAB_PREVIOUS 34033 | 84 #define IDC_MOVE_TAB_PREVIOUS 34033 |
| 85 #define IDC_COMPACT_NAVBAR 34034 |
85 | 86 |
86 // Page-related commands | 87 // Page-related commands |
87 #define IDC_BOOKMARK_PAGE 35000 | 88 #define IDC_BOOKMARK_PAGE 35000 |
88 #define IDC_BOOKMARK_ALL_TABS 35001 | 89 #define IDC_BOOKMARK_ALL_TABS 35001 |
89 #define IDC_VIEW_SOURCE 35002 | 90 #define IDC_VIEW_SOURCE 35002 |
90 #define IDC_CLOSE_POPUPS 35003 | 91 #define IDC_CLOSE_POPUPS 35003 |
91 #define IDC_PRINT 35004 | 92 #define IDC_PRINT 35004 |
92 #define IDC_SAVE_PAGE 35005 | 93 #define IDC_SAVE_PAGE 35005 |
93 #define IDC_ENCODING_MENU 35006 | 94 #define IDC_ENCODING_MENU 35006 |
94 | 95 |
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
210 #endif | 211 #endif |
211 | 212 |
212 // Identifiers for platform-specific items. | 213 // Identifiers for platform-specific items. |
213 // Placed in a common file to help insure they never collide. | 214 // Placed in a common file to help insure they never collide. |
214 #define IDC_BOOKMARK_MENU 43000 // OSX only | 215 #define IDC_BOOKMARK_MENU 43000 // OSX only |
215 #define IDC_VIEW_MENU 44000 // OSX only | 216 #define IDC_VIEW_MENU 44000 // OSX only |
216 #define IDC_CONTROL_PANEL 45000 // Linux2 only | 217 #define IDC_CONTROL_PANEL 45000 // Linux2 only |
217 #define IDC_HISTORY_MENU 46000 // OSX only | 218 #define IDC_HISTORY_MENU 46000 // OSX only |
218 #define IDC_HISTORY_MENU_VISITED 46100 // OSX only | 219 #define IDC_HISTORY_MENU_VISITED 46100 // OSX only |
219 #define IDC_HISTORY_MENU_CLOSED 46200 // OSX only | 220 #define IDC_HISTORY_MENU_CLOSED 46200 // OSX only |
OLD | NEW |