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

Unified Diff: chrome/common/chrome_icon_resources_win.h

Issue 2802713002: Enable side-by-side beta and dev channels. (Closed)
Patch Set: add missing test stanza for reland 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
« no previous file with comments | « chrome/app/google_chrome_strings.grd ('k') | chrome/install_static/google_chrome_install_modes.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
#else // defined(GOOGLE_CHROME_BUILD)
// The Chromium App Launcher icon.
kAppLauncherIndex = 1,
« no previous file with comments | « chrome/app/google_chrome_strings.grd ('k') | chrome/install_static/google_chrome_install_modes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698