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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/chrome_exe.rc
diff --git a/chrome/app/chrome_exe.rc b/chrome/app/chrome_exe.rc
index 0a8ca06c13d257b716c5a112e9bede432a487b2e..d9dd131a45c7f8bf7cfe0351dd7aa676f102c77d 100644
--- a/chrome/app/chrome_exe.rc
+++ b/chrome/app/chrome_exe.rc
@@ -40,10 +40,17 @@ IDR_MAINFRAME ICON "theme\google_chrome\chrome.ico"
IDR_MAINFRAME_2 ICON "theme\google_chrome\chrome2.ico"
IDR_MAINFRAME_3 ICON "theme\google_chrome\chrome3.ico"
IDR_MAINFRAME_4 ICON "theme\google_chrome\chrome4.ico"
+// The SXS icon must have an index of 4, the constant is used in Chrome code to
+// identify it.
IDR_SXS ICON "theme\google_chrome\chrome_sxs.ico"
#else
IDR_MAINFRAME ICON "theme\chromium\chromium.ico"
#endif
+// Icon for the App Lancher. Named with a leading X to keep the name
+// alphabetically after IDR_SXS.
+// The SXS icon must have an index of 5 for Chrome and 1 for Chromium, these
+// constants are used in Chrome code to identify it.
+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
#endif // English (U.S.) resources
/////////////////////////////////////////////////////////////////////////////
« 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