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

Unified Diff: chrome/app/chrome_exe.rc

Issue 2750023002: Incognito icon added to Windows taskbar jumplist. (Closed)
Patch Set: 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 | « no previous file | chrome/app/theme/chromium/win/incognito.ico » ('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 6f6f17fda0e78951d3d0a997b94373baed8bba2f..8a60d93d681f46d60521b1bc2993c8b34064e7cf 100644
--- a/chrome/app/chrome_exe.rc
+++ b/chrome/app/chrome_exe.rc
@@ -57,8 +57,10 @@ IDR_MAINFRAME ICON "theme\\chromium\\win\\chromium.
#if defined(GOOGLE_CHROME_BUILD)
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"
#else
IDR_X001_APP_LIST ICON "theme\\chromium\\win\\app_list.ico"
+IDR_X003_INCOGNITO ICON "theme\\chromium\\win\\incognito.ico"
#endif
« no previous file with comments | « no previous file | chrome/app/theme/chromium/win/incognito.ico » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698