Chromium Code Reviews| Index: chrome/app/chrome_exe.rc |
| diff --git a/chrome/app/chrome_exe.rc b/chrome/app/chrome_exe.rc |
| index 6f6f17fda0e78951d3d0a997b94373baed8bba2f..544af7d2f11129645cb6c629fc3e6c08b09e769b 100644 |
| --- a/chrome/app/chrome_exe.rc |
| +++ b/chrome/app/chrome_exe.rc |
| @@ -57,8 +57,11 @@ 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" |
| +// TODO(rhalavati@): To be changed before landing this CL. |
|
grt (UTC plus 2)
2017/02/01 13:28:50
remove comment?
Ramin Halavati
2017/02/01 13:44:13
Done.
|
| +IDR_X003_INCOGNITO ICON "theme\\google_chrome\\win\\incognito.ico" |
|
grt (UTC plus 2)
2017/02/01 13:28:50
do you have a CL that adds this file? is the asset
Ramin Halavati
2017/02/01 13:44:13
I am waiting for the icon to be verified by bettes
grt (UTC plus 2)
2017/02/01 21:01:20
If the icon is truly identical, maybe it should be
|
| #else |
| IDR_X001_APP_LIST ICON "theme\\chromium\\win\\app_list.ico" |
| +IDR_X003_INCOGNITO ICON "theme\\chromium\\win\\incognito.ico" |
| #endif |