diff options
author | dewittj@chromium.org <dewittj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-21 09:29:14 +0000 |
---|---|---|
committer | dewittj@chromium.org <dewittj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-21 09:29:14 +0000 |
commit | 1275163383f59e176211181061fd361b70941a94 (patch) | |
tree | efb9fbf54bee16a6aa39659c92172ec0006fc197 /ui/resources/ui_resources.grd | |
parent | d22c57e57bf08e7c874cf4933413a1cb674c68c8 (diff) | |
download | chromium_src-1275163383f59e176211181061fd361b70941a94.zip chromium_src-1275163383f59e176211181061fd361b70941a94.tar.gz chromium_src-1275163383f59e176211181061fd361b70941a94.tar.bz2 |
Notifications clear-all button should show disabled state.
Currently appears the same whether enabled or disabled.
BUG=276696
Review URL: https://chromiumcodereview.appspot.com/22859031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@218680 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, 1 insertions, 0 deletions
diff --git a/ui/resources/ui_resources.grd b/ui/resources/ui_resources.grd index 041a761..2cb91be 100644 --- a/ui/resources/ui_resources.grd +++ b/ui/resources/ui_resources.grd @@ -240,6 +240,7 @@ <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_ARROW_HOVER" file="common/notification_arrow_hover.png"/> <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_ARROW_PRESSED" file="common/notification_arrow_pressed.png"/> <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_CLEAR_ALL" file="common/notification_clear_all.png"/> + <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_CLEAR_ALL_DISABLED" file="common/notification_clear_all_disabled.png"/> <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_CLEAR_ALL_HOVER" file="common/notification_clear_all_hover.png"/> <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_CLEAR_ALL_PRESSED" file="common/notification_clear_all_pressed.png"/> <if expr="is_win"> |