summaryrefslogtreecommitdiffstats
path: root/ui/resources
diff options
context:
space:
mode:
authordewittj@chromium.org <dewittj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-07 09:42:11 +0000
committerdewittj@chromium.org <dewittj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-07 09:42:11 +0000
commit08c5e9540ff0e37a8264195ea0c27da3c9af645d (patch)
tree9e8b1219150876adfdd2d13137677878ed23b67d /ui/resources
parent74be264f44758a595fbfe084429b75a46fa8c700 (diff)
downloadchromium_src-08c5e9540ff0e37a8264195ea0c27da3c9af645d.zip
chromium_src-08c5e9540ff0e37a8264195ea0c27da3c9af645d.tar.gz
chromium_src-08c5e9540ff0e37a8264195ea0c27da3c9af645d.tar.bz2
Remove expand logic from notifications
Via experimentation we determined that expand/collapse is not the best behavior for the notification center. This removes the code that was behind a flag to enable the feature. Future patch will update the default layout so that collapse/expand is unnecessary. r=dimich@chromium.org,oshima@chromium.org BUG=276004 Review URL: https://codereview.chromium.org/156713004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@249663 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/resources')
-rw-r--r--ui/resources/default_100_percent/common/notification_expand.pngbin79 -> 0 bytes
-rw-r--r--ui/resources/default_100_percent/common/notification_expand_hover.pngbin79 -> 0 bytes
-rw-r--r--ui/resources/default_100_percent/common/notification_expand_pressed.pngbin79 -> 0 bytes
-rw-r--r--ui/resources/default_200_percent/common/notification_expand.pngbin82 -> 0 bytes
-rw-r--r--ui/resources/default_200_percent/common/notification_expand_hover.pngbin81 -> 0 bytes
-rw-r--r--ui/resources/default_200_percent/common/notification_expand_pressed.pngbin81 -> 0 bytes
-rw-r--r--ui/resources/ui_resources.grd3
7 files changed, 0 insertions, 3 deletions
diff --git a/ui/resources/default_100_percent/common/notification_expand.png b/ui/resources/default_100_percent/common/notification_expand.png
deleted file mode 100644
index 3609644..0000000
--- a/ui/resources/default_100_percent/common/notification_expand.png
+++ /dev/null
Binary files differ
diff --git a/ui/resources/default_100_percent/common/notification_expand_hover.png b/ui/resources/default_100_percent/common/notification_expand_hover.png
deleted file mode 100644
index 6a3c27f..0000000
--- a/ui/resources/default_100_percent/common/notification_expand_hover.png
+++ /dev/null
Binary files differ
diff --git a/ui/resources/default_100_percent/common/notification_expand_pressed.png b/ui/resources/default_100_percent/common/notification_expand_pressed.png
deleted file mode 100644
index 6d92d15..0000000
--- a/ui/resources/default_100_percent/common/notification_expand_pressed.png
+++ /dev/null
Binary files differ
diff --git a/ui/resources/default_200_percent/common/notification_expand.png b/ui/resources/default_200_percent/common/notification_expand.png
deleted file mode 100644
index 0d405b8..0000000
--- a/ui/resources/default_200_percent/common/notification_expand.png
+++ /dev/null
Binary files differ
diff --git a/ui/resources/default_200_percent/common/notification_expand_hover.png b/ui/resources/default_200_percent/common/notification_expand_hover.png
deleted file mode 100644
index d84ba6d..0000000
--- a/ui/resources/default_200_percent/common/notification_expand_hover.png
+++ /dev/null
Binary files differ
diff --git a/ui/resources/default_200_percent/common/notification_expand_pressed.png b/ui/resources/default_200_percent/common/notification_expand_pressed.png
deleted file mode 100644
index 7450982..0000000
--- a/ui/resources/default_200_percent/common/notification_expand_pressed.png
+++ /dev/null
Binary files differ
diff --git a/ui/resources/ui_resources.grd b/ui/resources/ui_resources.grd
index 3a87a28..caba98d 100644
--- a/ui/resources/ui_resources.grd
+++ b/ui/resources/ui_resources.grd
@@ -351,9 +351,6 @@
<structure type="chrome_scaled_image" name="IDR_NOTIFICATION_CLOSE_HOVER" file="common/notification_close_hover.png"/>
<structure type="chrome_scaled_image" name="IDR_NOTIFICATION_CLOSE_PRESSED" file="common/notification_close_pressed.png"/>
</if>
- <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_EXPAND" file="common/notification_expand.png"/>
- <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_EXPAND_HOVER" file="common/notification_expand_hover.png"/>
- <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_EXPAND_PRESSED" file="common/notification_expand_pressed.png"/>
<structure type="chrome_scaled_image" name="IDR_NOTIFICATION_DO_NOT_DISTURB" file="common/notification_do_not_disturb.png"/>
<structure type="chrome_scaled_image" name="IDR_NOTIFICATION_DO_NOT_DISTURB_HOVER" file="common/notification_do_not_disturb_hover.png"/>
<structure type="chrome_scaled_image" name="IDR_NOTIFICATION_DO_NOT_DISTURB_PRESSED" file="common/notification_do_not_disturb_pressed.png"/>