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

Unified Diff: chrome/common/chrome_icon_resources_win.h

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/common/chrome_icon_resources_win.h
diff --git a/chrome/common/chrome_icon_resources_win.h b/chrome/common/chrome_icon_resources_win.h
index dc18f5a149151709ad4309498d653c77f6a4875d..9400c0b27aebdd00ee9778f7041b6b5d41b0ed5f 100644
--- a/chrome/common/chrome_icon_resources_win.h
+++ b/chrome/common/chrome_icon_resources_win.h
@@ -30,6 +30,12 @@ enum {
// The Chrome incognito icon.
kIncognitoIndex = 7,
+
+ // The Chrome Dev application icon.
+ kDevApplicationIndex = 8,
+
+ // The Chrome Beta application icon.
+ kBetaApplicationIndex = 9,
robertshield 2017/04/05 21:29:37 part of me want to re-use the legacy indices which
grt (UTC plus 2) 2017/04/20 13:53:04 huh. i can't find any record of them being used, e
#else // defined(GOOGLE_CHROME_BUILD)
// The Chromium App Launcher icon.
kAppLauncherIndex = 1,

Powered by Google App Engine
This is Rietveld 408576698