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

Unified Diff: chrome/common/chrome_icon_resources_win.cc

Issue 2660153002: Incognito icon added to Windows taskbar jumplist. (Closed)
Patch Set: Incognito icon added back. Created 3 years, 9 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/common/chrome_icon_resources_win.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_icon_resources_win.cc
diff --git a/chrome/common/chrome_icon_resources_win.cc b/chrome/common/chrome_icon_resources_win.cc
index d94ae8b7c6e7e43800af912ac8a0f1896218628c..a8e3a1c2a9e65e5a497147a1ad67d9407ea41126 100644
--- a/chrome/common/chrome_icon_resources_win.cc
+++ b/chrome/common/chrome_icon_resources_win.cc
@@ -16,10 +16,12 @@ const int kApplication4Index = 3;
const int kSxSApplicationIndex = 4;
const int kAppLauncherIndex = 5;
const int kSxSAppLauncherIndex = 6;
+const int kIncognitoIndex = 7;
#else
const int kApplicationIndex = 0;
const int kAppLauncherIndex = 1;
+const int kIncognitoIndex = 2;
// For google_chrome_sxs_distribution.cc to compile in a dev build only.
const int kSxSApplicationIndex = -1;
« no previous file with comments | « chrome/common/chrome_icon_resources_win.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698