diff options
-rw-r--r-- | ash/resources/ash_resources.grd | 2 | ||||
-rw-r--r-- | ash/resources/default_100_percent/cros/status/status_managed.png | bin | 413 -> 160 bytes | |||
-rw-r--r-- | ash/resources/default_200_percent/cros/status/status_managed.png | bin | 775 -> 232 bytes | |||
-rw-r--r-- | ash/system/chromeos/enterprise/tray_enterprise.cc | 2 |
4 files changed, 2 insertions, 2 deletions
diff --git a/ash/resources/ash_resources.grd b/ash/resources/ash_resources.grd index 51b0a6c..4fbf0b8 100644 --- a/ash/resources/ash_resources.grd +++ b/ash/resources/ash_resources.grd @@ -153,7 +153,7 @@ <if expr="chromeos"> <structure type="chrome_scaled_image" name="IDR_AURA_NOTIFICATION_LOW_POWER_CHARGER" file="cros/notification/notification_low_power_charger.png" /> <structure type="chrome_scaled_image" name="IDR_AURA_NOTIFICATION_DISPLAY" file="cros/notification/display_notification_icon.png" /> - <structure type="chrome_scaled_image" name="IDR_AURA_UBER_TRAY_ENTERPRISE_DARK" file="cros/status/status_managed.png" /> + <structure type="chrome_scaled_image" name="IDR_AURA_UBER_TRAY_ENTERPRISE" file="cros/status/status_managed.png" /> <structure type="chrome_scaled_image" name="IDR_AURA_UBER_TRAY_MANAGED_USER" file="cros/status/status_managed_mode_user.png" /> <structure type="chrome_scaled_image" name="IDR_AURA_UBER_TRAY_NETWORK_1X" file="cros/network/statusbar_network_1x.png" /> <structure type="chrome_scaled_image" name="IDR_AURA_UBER_TRAY_NETWORK_3G_DARK" file="cros/network/statusbar_network_3g_dark.png" /> diff --git a/ash/resources/default_100_percent/cros/status/status_managed.png b/ash/resources/default_100_percent/cros/status/status_managed.png Binary files differindex 88155e7..4ce3c23 100644 --- a/ash/resources/default_100_percent/cros/status/status_managed.png +++ b/ash/resources/default_100_percent/cros/status/status_managed.png diff --git a/ash/resources/default_200_percent/cros/status/status_managed.png b/ash/resources/default_200_percent/cros/status/status_managed.png Binary files differindex 19161c1..5e12092 100644 --- a/ash/resources/default_200_percent/cros/status/status_managed.png +++ b/ash/resources/default_200_percent/cros/status/status_managed.png diff --git a/ash/system/chromeos/enterprise/tray_enterprise.cc b/ash/system/chromeos/enterprise/tray_enterprise.cc index ecb54e4..d2d2d77 100644 --- a/ash/system/chromeos/enterprise/tray_enterprise.cc +++ b/ash/system/chromeos/enterprise/tray_enterprise.cc @@ -38,7 +38,7 @@ views::View* TrayEnterprise::CreateDefaultView(user::LoginStatus status) { // instead. if (status == ash::user::LOGGED_IN_PUBLIC) return NULL; - tray_view_ = new LabelTrayView(this, IDR_AURA_UBER_TRAY_ENTERPRISE_DARK); + tray_view_ = new LabelTrayView(this, IDR_AURA_UBER_TRAY_ENTERPRISE); UpdateEnterpriseMessage(); return tray_view_; } |