diff options
author | stevenjb@chromium.org <stevenjb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-30 05:12:12 +0000 |
---|---|---|
committer | stevenjb@chromium.org <stevenjb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-30 05:12:12 +0000 |
commit | f8846e29f1026240df5628b217afdc8a3f8b1ef5 (patch) | |
tree | 1c4402d75039af7b9349e358a3842f51615cf884 /ash/resources | |
parent | ae7461185782cd4ac177c6363ec988a167c89cc9 (diff) | |
download | chromium_src-f8846e29f1026240df5628b217afdc8a3f8b1ef5.zip chromium_src-f8846e29f1026240df5628b217afdc8a3f8b1ef5.tar.gz chromium_src-f8846e29f1026240df5628b217afdc8a3f8b1ef5.tar.bz2 |
Move ash/system/web_notification message_center to ui/
This CL is dependent on http://codereview.chromium.org/11189099/
This will complete the migration of the message center code from Ash to UI so that it can be used on other Views platforms.
BUG=150872
Review URL: https://chromiumcodereview.appspot.com/11229022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164857 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/resources')
-rw-r--r-- | ash/resources/ash_resources.grd | 1 | ||||
-rw-r--r-- | ash/resources/default_100_percent/common/status_notify_x.png | bin | 2908 -> 0 bytes | |||
-rw-r--r-- | ash/resources/default_200_percent/common/status_notify_x.png | bin | 3015 -> 0 bytes |
3 files changed, 0 insertions, 1 deletions
diff --git a/ash/resources/ash_resources.grd b/ash/resources/ash_resources.grd index 879378f..1234ca1 100644 --- a/ash/resources/ash_resources.grd +++ b/ash/resources/ash_resources.grd @@ -149,7 +149,6 @@ <structure type="chrome_scaled_image" name="IDR_AURA_UBER_TRAY_WIFI_DISABLED_HOVER" file="common/status_wifi_disabled_h.png" /> <structure type="chrome_scaled_image" name="IDR_AURA_UBER_TRAY_WIFI_ENABLED" file="common/status_wifi_enabled.png" /> <structure type="chrome_scaled_image" name="IDR_AURA_UBER_TRAY_WIFI_ENABLED_HOVER" file="common/status_wifi_enabled_h.png" /> - <structure type="chrome_scaled_image" name="IDR_AURA_UBER_TRAY_NOTIFY_CLOSE" file="common/status_notify_x.png" /> <structure type="chrome_scaled_image" name="IDR_AURA_UBER_TRAY_NOTIFY_BUTTON_ACTIVE_NORMAL" file="common/notification/notification_button_active_normal.png" /> <structure type="chrome_scaled_image" name="IDR_AURA_UBER_TRAY_NOTIFY_BUTTON_ACTIVE_HOVER" file="common/notification/notification_button_active_hover.png" /> diff --git a/ash/resources/default_100_percent/common/status_notify_x.png b/ash/resources/default_100_percent/common/status_notify_x.png Binary files differdeleted file mode 100644 index fc136d5..0000000 --- a/ash/resources/default_100_percent/common/status_notify_x.png +++ /dev/null diff --git a/ash/resources/default_200_percent/common/status_notify_x.png b/ash/resources/default_200_percent/common/status_notify_x.png Binary files differdeleted file mode 100644 index e1029b7..0000000 --- a/ash/resources/default_200_percent/common/status_notify_x.png +++ /dev/null |