| 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 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 199 #define _APS_NEXT_CONTROL_VALUE 4017 | 199 #define _APS_NEXT_CONTROL_VALUE 4017 |
| 200 #define _APS_NEXT_SYMED_VALUE 1001 | 200 #define _APS_NEXT_SYMED_VALUE 1001 |
| 201 #endif | 201 #endif |
| 202 #endif | 202 #endif |
| 203 | 203 |
| 204 // Identifiers for platform-specific items. | 204 // Identifiers for platform-specific items. |
| 205 // Placed in a common file to help insure they never collide. | 205 // Placed in a common file to help insure they never collide. |
| 206 #define IDC_BOOKMARK_MENU 43000 // OSX only | 206 #define IDC_BOOKMARK_MENU 43000 // OSX only |
| 207 #define IDC_VIEW_MENU 44000 // OSX only | 207 #define IDC_VIEW_MENU 44000 // OSX only |
| 208 #define IDC_CONTROL_PANEL 45000 // Linux2 only | 208 #define IDC_CONTROL_PANEL 45000 // Linux2 only |
| 209 #define IDC_API_PERMISSIONS_PANEL 45100 // ChromeOS only |
| 209 #define IDC_HISTORY_MENU 46000 // OSX only | 210 #define IDC_HISTORY_MENU 46000 // OSX only |
| 210 #define IDC_HISTORY_MENU_VISITED 46100 // OSX only | 211 #define IDC_HISTORY_MENU_VISITED 46100 // OSX only |
| 211 #define IDC_HISTORY_MENU_CLOSED 46200 // OSX only | 212 #define IDC_HISTORY_MENU_CLOSED 46200 // OSX only |
| 212 | |
| OLD | NEW |