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

Side by Side Diff: chrome/browser/extensions/app_host/app_host.rc

Issue 11359133: Add default icon to app_host.exe, and use it in shortcuts during installation. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Small comment change. Created 8 years, 1 month 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 "app_host_resource.h"
3 4
4 #define APSTUDIO_READONLY_SYMBOLS 5 #define APSTUDIO_READONLY_SYMBOLS
5 ///////////////////////////////////////////////////////////////////////////// 6 /////////////////////////////////////////////////////////////////////////////
6 // 7 //
7 // Generated from the TEXTINCLUDE 2 resource. 8 // Generated from the TEXTINCLUDE 2 resource.
8 // 9 //
9 #define APSTUDIO_HIDDEN_SYMBOLS 10 #define APSTUDIO_HIDDEN_SYMBOLS
10 #include "windows.h" 11 #include "windows.h"
11 #undef APSTUDIO_HIDDEN_SYMBOLS 12 #undef APSTUDIO_HIDDEN_SYMBOLS
12 13
13 ///////////////////////////////////////////////////////////////////////////// 14 /////////////////////////////////////////////////////////////////////////////
14 #undef APSTUDIO_READONLY_SYMBOLS 15 #undef APSTUDIO_READONLY_SYMBOLS
15 16
16 ///////////////////////////////////////////////////////////////////////////// 17 /////////////////////////////////////////////////////////////////////////////
17 // English (U.S.) resources 18 // English (U.S.) resources
18 19
19 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) 20 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
20 #ifdef _WIN32 21 #ifdef _WIN32
21 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US 22 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
22 #pragma code_page(1252) 23 #pragma code_page(1252)
23 #endif //_WIN32 24 #endif //_WIN32
24 25
25 ///////////////////////////////////////////////////////////////////////////// 26 /////////////////////////////////////////////////////////////////////////////
26 // 27 //
28 // Icon
29 //
30
31 // The application icon should: have the lowest ID, be placed first, and its
32 // resource name should be alphabetically less than the name of any other icon
33 // resource (http://msdn.microsoft.com/en-us/library/ms997538.aspx).
34 // Note: chrome/installer/util/shell_util.cc depends on the order and number of
erikwright (departed) 2012/11/15 16:35:12 Is this 'Note: ...' relevant to app_host or only t
huangs 2012/11/15 16:51:39 Following mini_installer.rc's lead, and simplifyin
35 // icons. To avoid breaking existing shortcuts, add new icons at the end
36 // (following the ordering described above).
37
38 // Icon for the App Lancher.
39 IDR_APP_HOST_MAIN ICON "..\\..\\..\\app\\theme\\app_list.ico"
40
41 /////////////////////////////////////////////////////////////////////////////
42 //
27 // GOOGLEUPDATEAPPLICATIONCOMMANDS is a "well-known" marker resource defined 43 // GOOGLEUPDATEAPPLICATIONCOMMANDS is a "well-known" marker resource defined
28 // by Omaha. Executables must both be signed by Google and contain the marker 44 // by Omaha. Executables must both be signed by Google and contain the marker
29 // in order to expose application commands. 45 // in order to expose application commands.
30 // 46 //
31 #define IDR_GOOGLE_UPDATE_APP_COMMANDS_MARKUP 1 47 #define IDR_GOOGLE_UPDATE_APP_COMMANDS_MARKUP 1
32 48
33 IDR_GOOGLE_UPDATE_APP_COMMANDS_MARKUP GOOGLEUPDATEAPPLICATIONCOMMANDS { 1L } 49 IDR_GOOGLE_UPDATE_APP_COMMANDS_MARKUP GOOGLEUPDATEAPPLICATIONCOMMANDS { 1L }
34 50
35 #endif // English (U.S.) resources 51 #endif // English (U.S.) resources
36 ///////////////////////////////////////////////////////////////////////////// 52 /////////////////////////////////////////////////////////////////////////////
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/extensions/app_host/app_host_resource.h » ('j') | chrome/installer/setup/install_worker.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698