diff options
author | treib@chromium.org <treib@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-28 16:43:26 +0000 |
---|---|---|
committer | treib@chromium.org <treib@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-28 16:43:26 +0000 |
commit | e2bb512b898bd05230214a85311bcc96da46dd56 (patch) | |
tree | 57d3f7ab97cf18f5e0c86d1bf88343ee8c48aaee /chrome/app/theme | |
parent | 501409580bd4768c520f7e77a8e44d4f089a7eaf (diff) | |
download | chromium_src-e2bb512b898bd05230214a85311bcc96da46dd56.zip chromium_src-e2bb512b898bd05230214a85311bcc96da46dd56.tar.gz chromium_src-e2bb512b898bd05230214a85311bcc96da46dd56.tar.bz2 |
Cleanup: Remove IDR_MANAGED_MODE_ICON and the corresponding .pngs.
Replace all uses by IDR_MANAGED_USER_ICON, which is available on all platforms (IDR_MANAGED_MODE_ICON is CrOS only). The actual images were identical.
This will make it easier to share code between CrOS and the new profile management system on desktop.
BUG=310640
Review URL: https://codereview.chromium.org/296693004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273266 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/theme')
-rw-r--r-- | chrome/app/theme/default_100_percent/cros/managed_mode_icon.png | bin | 213 -> 0 bytes | |||
-rw-r--r-- | chrome/app/theme/default_200_percent/cros/managed_mode_icon.png | bin | 341 -> 0 bytes | |||
-rw-r--r-- | chrome/app/theme/theme_resources.grd | 1 |
3 files changed, 0 insertions, 1 deletions
diff --git a/chrome/app/theme/default_100_percent/cros/managed_mode_icon.png b/chrome/app/theme/default_100_percent/cros/managed_mode_icon.png Binary files differdeleted file mode 100644 index 9ec4e7d..0000000 --- a/chrome/app/theme/default_100_percent/cros/managed_mode_icon.png +++ /dev/null diff --git a/chrome/app/theme/default_200_percent/cros/managed_mode_icon.png b/chrome/app/theme/default_200_percent/cros/managed_mode_icon.png Binary files differdeleted file mode 100644 index 6f12c30..0000000 --- a/chrome/app/theme/default_200_percent/cros/managed_mode_icon.png +++ /dev/null diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd index aea53c7..b8ee042 100644 --- a/chrome/app/theme/theme_resources.grd +++ b/chrome/app/theme/theme_resources.grd @@ -476,7 +476,6 @@ <structure type="chrome_scaled_image" name="IDR_LOGIN_PASSWORD_CAPS_LOCK" file="cros/login_password_capslock.png" /> </if> <if expr="chromeos"> - <structure type="chrome_scaled_image" name="IDR_MANAGED_MODE_ICON" file="cros/managed_mode_icon.png" /> <structure type="chrome_scaled_image" name="IDR_KIOSK_APP_USER_POD_ICON" file="cros/kiosk_app_user_pod_icon.png" /> </if> <structure type="chrome_scaled_image" name="IDR_MANAGED_USER_ICON" file="common/limited_user.png" /> |