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

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

Issue 11367002: Add a flag to control whether there is a shortcut for the app list / launcher in the Windows taskba… (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Added comment 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
« no previous file with comments | « chrome/app/chrome_dll_resource.h ('k') | chrome/app/chromium_strings.grd » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 22 matching lines...) Expand all
33 // resource name should be alphabetically less than the name of any other icon 33 // resource name should be alphabetically less than the name of any other icon
34 // resource (http://msdn.microsoft.com/en-us/library/ms997538.aspx). 34 // resource (http://msdn.microsoft.com/en-us/library/ms997538.aspx).
35 // Note: chrome/installer/util/shell_util.cc depends on the order and number of 35 // Note: chrome/installer/util/shell_util.cc depends on the order and number of
36 // icons. To avoid breaking existing shortcuts, add new icons at the end 36 // icons. To avoid breaking existing shortcuts, add new icons at the end
37 // (following the ordering described above). 37 // (following the ordering described above).
38 #if defined(GOOGLE_CHROME_BUILD) 38 #if defined(GOOGLE_CHROME_BUILD)
39 IDR_MAINFRAME ICON "theme\google_chrome\chrome.ico" 39 IDR_MAINFRAME ICON "theme\google_chrome\chrome.ico"
40 IDR_MAINFRAME_2 ICON "theme\google_chrome\chrome2.ico " 40 IDR_MAINFRAME_2 ICON "theme\google_chrome\chrome2.ico "
41 IDR_MAINFRAME_3 ICON "theme\google_chrome\chrome3.ico " 41 IDR_MAINFRAME_3 ICON "theme\google_chrome\chrome3.ico "
42 IDR_MAINFRAME_4 ICON "theme\google_chrome\chrome4.ico " 42 IDR_MAINFRAME_4 ICON "theme\google_chrome\chrome4.ico "
43 // The SXS icon must have an index of 4, the constant is used in Chrome code to
44 // identify it.
43 IDR_SXS ICON "theme\google_chrome\chrome_sxs. ico" 45 IDR_SXS ICON "theme\google_chrome\chrome_sxs. ico"
44 #else 46 #else
45 IDR_MAINFRAME ICON "theme\chromium\chromium.ico" 47 IDR_MAINFRAME ICON "theme\chromium\chromium.ico"
46 #endif 48 #endif
49 // Icon for the App Lancher. Named with a leading X to keep the name
50 // alphabetically after IDR_SXS.
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.
53 IDR_X_APP_LIST ICON "theme\\app_list.ico"
Nico 2017/01/25 19:43:57 Is this still used? I noticed that the ICON is sti
47 54
48 #endif // English (U.S.) resources 55 #endif // English (U.S.) resources
49 ///////////////////////////////////////////////////////////////////////////// 56 /////////////////////////////////////////////////////////////////////////////
OLDNEW
« no previous file with comments | « chrome/app/chrome_dll_resource.h ('k') | chrome/app/chromium_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698