| Index: chrome/app/chrome_dll.rc
|
| diff --git a/chrome/app/chrome_dll.rc b/chrome/app/chrome_dll.rc
|
| index fa5e7e4fca8803804c802aa868f9f4b4f9232f88..067e5a41e28989d7b9ba34bc7e5a23c552aa7832 100644
|
| --- a/chrome/app/chrome_dll.rc
|
| +++ b/chrome/app/chrome_dll.rc
|
| @@ -167,6 +167,8 @@ END
|
| #if defined(GOOGLE_CHROME_BUILD)
|
| IDR_MAINFRAME ICON "theme\google_chrome\win\chrome.ico"
|
| IDR_SXS ICON "theme\google_chrome\win\chrome_sxs.ico"
|
| +IDR_X004_DEV ICON "theme\google_chrome\win\chrome_dev.ico"
|
| +IDR_X005_BETA ICON "theme\google_chrome\win\chrome_beta.ico"
|
| #else
|
| IDR_MAINFRAME ICON "theme\chromium\win\chromium.ico"
|
| #endif
|
|
|