diff options
author | stevenjb@chromium.org <stevenjb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-03 07:36:27 +0000 |
---|---|---|
committer | stevenjb@chromium.org <stevenjb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-03 07:36:27 +0000 |
commit | cbce1e7807590e58bde34f3d9ffb441fad741e43 (patch) | |
tree | 46cbbf424b5dca47f1f0ca24f6e00f5a9c9d014d /ui/resources/ui_resources.grd | |
parent | 5b1fcaf7ef57b710a4e47ceed38f937b15a5cbd0 (diff) | |
download | chromium_src-cbce1e7807590e58bde34f3d9ffb441fad741e43.zip chromium_src-cbce1e7807590e58bde34f3d9ffb441fad741e43.tar.gz chromium_src-cbce1e7807590e58bde34f3d9ffb441fad741e43.tar.bz2 |
Change Ash web notification behavior
Changes:
* A single notification bubble is shown when a new message arrives
* The message center is shown when the icon is clicked
* Thie icon shows a numeric display instead of the current icons
BUG=137155,137150
TEST=See issues and above for new behavior. In particular test interaction between web notifications . tray and system tray / notifications.
TBR=sky@chromium.org (ui/resources)
Review URL: https://chromiumcodereview.appspot.com/10824153
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149810 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/resources/ui_resources.grd')
-rw-r--r-- | ui/resources/ui_resources.grd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/resources/ui_resources.grd b/ui/resources/ui_resources.grd index f5e599d..41db982 100644 --- a/ui/resources/ui_resources.grd +++ b/ui/resources/ui_resources.grd @@ -153,7 +153,6 @@ <structure type="chrome_scaled_image" name="IDR_AURA_UBER_TRAY_UPDATE_DARK" file="ash/status_update_dark.png" /> <structure type="chrome_scaled_image" name="IDR_AURA_UBER_TRAY_VOLUME_LEVELS" file="ash/status_volume_dark.png" /> <structure type="chrome_scaled_image" name="IDR_AURA_UBER_TRAY_VOLUME_MUTE" file="ash/status_volume_mute.png" /> - <structure type="chrome_scaled_image" name="IDR_AURA_UBER_TRAY_WEB_NOTIFICATON" file="ash/statusbar_notifications.png" /> <structure type="chrome_scaled_image" name="IDR_AURA_UBER_TRAY_WIFI_DISABLED" file="ash/status_wifi_disabled.png" /> <structure type="chrome_scaled_image" name="IDR_AURA_UBER_TRAY_WIFI_DISABLED_HOVER" file="ash/status_wifi_disabled_h.png" /> <structure type="chrome_scaled_image" name="IDR_AURA_UBER_TRAY_WIFI_ENABLED" file="ash/status_wifi_enabled.png" /> |