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

Unified Diff: chrome/app/chrome_exe.rc

Issue 2802713002: Enable side-by-side beta and dev channels. (Closed)
Patch Set: Created 3 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 side-by-side diff with in-line comments
Download patch
Index: chrome/app/chrome_exe.rc
diff --git a/chrome/app/chrome_exe.rc b/chrome/app/chrome_exe.rc
index d055458d737dcd0c46aa244eebf981d3026cf2a9..8b34575fd3c53436af7086679afa112d2c5306dd 100644
--- a/chrome/app/chrome_exe.rc
+++ b/chrome/app/chrome_exe.rc
@@ -58,6 +58,8 @@ IDR_MAINFRAME ICON "theme\\chromium\\win\\chromium.
IDR_X001_APP_LIST ICON "theme\\google_chrome\\win\\app_list.ico"
IDR_X002_APP_LIST_SXS ICON "theme\\google_chrome\\win\\app_list_sxs.ico"
IDR_X003_INCOGNITO ICON "theme\\google_chrome\\win\\incognito.ico"
+IDR_X004_DEV ICON "theme\\google_chrome\\win\\chrome_dev.ico"
+IDR_X005_BETA ICON "theme\\google_chrome\\win\\chrome_beta.ico"
robertshield 2017/04/05 21:29:37 silly nit: could we shift the resource paths left
grt (UTC plus 2) 2017/04/20 13:53:04 Yes we can!
#else
IDR_X001_APP_LIST ICON "theme\\chromium\\win\\app_list.ico"
IDR_X003_INCOGNITO ICON "theme\\chromium\\win\\incognito.ico"

Powered by Google App Engine
This is Rietveld 408576698