Chromium Code Reviews| Index: chrome/app/theme/theme_resources.grd |
| diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd |
| index 5e4502916983ab74dd7cfae1f0d13b420e1569f4..563edf4d684b59f57bd67e236f52aa968497d52d 100644 |
| --- a/chrome/app/theme/theme_resources.grd |
| +++ b/chrome/app/theme/theme_resources.grd |
| @@ -349,11 +349,13 @@ |
| <structure type="chrome_scaled_image" name="IDR_PRINTER_DETECTED_NOTIFICATION" file="cros/printer_detected_notification.png" /> |
| </if> |
| <if expr="not _google_chrome"> |
| + <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO" file="chromium/product_logo_name_22.png" /> |
|
Evan Stade
2017/03/01 22:14:06
this doesn't seem like the best name for the resou
Mathieu
2017/03/02 14:36:08
Done
|
| <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_16" file="chromium/product_logo_16.png" /> |
| <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_32" file="chromium/product_logo_32.png" /> |
| <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_WHITE" file="chromium/product_logo_white.png" /> |
| </if> |
| <if expr="_google_chrome"> |
| + <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO" file="google_chrome/product_logo_name_22.png" /> |
| <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_16" file="google_chrome/product_logo_16.png" /> |
| <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_32" file="google_chrome/product_logo_32.png" /> |
| <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_32_BETA" file="google_chrome/product_logo_32_beta.png" /> |