| Index: chrome/app/theme/theme_resources.grd
|
| diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd
|
| index f8bc298793845e06dc9497004ae95621069bc578..7b7bb49a343ce1b8d7750ef07604d7fc8c17b814 100644
|
| --- a/chrome/app/theme/theme_resources.grd
|
| +++ b/chrome/app/theme/theme_resources.grd
|
| @@ -468,6 +468,9 @@
|
| <structure type="chrome_scaled_image" name="IDR_LOGIN_PASSWORD_CAPS_LOCK" file="login_password_capslock.png" />
|
| </if>
|
| <structure type="chrome_scaled_image" name="IDR_MANAGED" file="managed_small.png" />
|
| + <if expr="pp_ifdef('chromeos')">
|
| + <structure type="chrome_scaled_image" name="IDR_MANAGED_MODE_ICON" file="cros/managed_mode_icon.png" />
|
| + </if>
|
| <structure type="chrome_scaled_image" name="IDR_MAXIMIZE_BUTTON_MASK" file="maximize_button_mask.png" />
|
| <structure type="chrome_scaled_image" name="IDR_MINIMIZE_BUTTON_MASK" file="minimize_button_mask.png" />
|
| <if expr="pp_ifdef('chromeos')">
|
|
|