| OLD | NEW |
| 1 // Microsoft Visual C++ generated resource script. | 1 // Microsoft Visual C++ generated resource script. |
| 2 // | 2 // |
| 3 #include "chrome_exe_resource.h" | 3 #include "chrome_exe_resource.h" |
| 4 | 4 |
| 5 #define APSTUDIO_READONLY_SYMBOLS | 5 #define APSTUDIO_READONLY_SYMBOLS |
| 6 ///////////////////////////////////////////////////////////////////////////// | 6 ///////////////////////////////////////////////////////////////////////////// |
| 7 // | 7 // |
| 8 // Generated from the TEXTINCLUDE 2 resource. | 8 // Generated from the TEXTINCLUDE 2 resource. |
| 9 // | 9 // |
| 10 #define APSTUDIO_HIDDEN_SYMBOLS | 10 #define APSTUDIO_HIDDEN_SYMBOLS |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 IDR_SXS ICON "theme\google_chrome\chrome_sxs.
ico" | 45 IDR_SXS ICON "theme\google_chrome\chrome_sxs.
ico" |
| 46 #else | 46 #else |
| 47 IDR_MAINFRAME ICON "theme\chromium\chromium.ico" | 47 IDR_MAINFRAME ICON "theme\chromium\chromium.ico" |
| 48 #endif | 48 #endif |
| 49 // Icon for the App Lancher. Named with a leading X to keep the name | 49 // Icon for the App Lancher. Named with a leading X to keep the name |
| 50 // alphabetically after IDR_SXS. | 50 // alphabetically after IDR_SXS. |
| 51 // The SXS icon must have an index of 5 for Chrome and 1 for Chromium, these | 51 // The SXS icon must have an index of 5 for Chrome and 1 for Chromium, these |
| 52 // constants are used in Chrome code to identify it. | 52 // constants are used in Chrome code to identify it. |
| 53 IDR_X_APP_LIST ICON "theme\\app_list.ico" | 53 IDR_X_APP_LIST ICON "theme\\app_list.ico" |
| 54 | 54 |
| 55 |
| 56 ///////////////////////////////////////////////////////////////////////////// |
| 57 // |
| 58 // GOOGLEUPDATEAPPLICATIONCOMMANDS is a "well-known" marker resource defined |
| 59 // by Omaha. Executables must both be signed by Google and contain the marker |
| 60 // in order to expose application commands. |
| 61 // |
| 62 #define IDR_GOOGLE_UPDATE_APP_COMMANDS_MARKUP 1 |
| 63 |
| 64 IDR_GOOGLE_UPDATE_APP_COMMANDS_MARKUP GOOGLEUPDATEAPPLICATIONCOMMANDS { 1L } |
| 65 |
| 66 |
| 55 #endif // English (U.S.) resources | 67 #endif // English (U.S.) resources |
| 56 ///////////////////////////////////////////////////////////////////////////// | 68 ///////////////////////////////////////////////////////////////////////////// |
| OLD | NEW |