Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(222)

Side by Side Diff: chrome/app/chrome_exe.rc

Issue 14381004: Two fixes for the limited install from webstore flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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 /////////////////////////////////////////////////////////////////////////////
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698