diff options
author | stevenjb@chromium.org <stevenjb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-08 19:41:21 +0000 |
---|---|---|
committer | stevenjb@chromium.org <stevenjb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-08 19:41:21 +0000 |
commit | 3f1823ccc8ca927590a99e4249ccd0bbf54f6cd6 (patch) | |
tree | 94947d40d9e9b634293b52bba99f04b531a68db3 /ash/ash.gyp | |
parent | 9b7d11effb540c8019946b2bd8f0aeef564454ee (diff) | |
download | chromium_src-3f1823ccc8ca927590a99e4249ccd0bbf54f6cd6.zip chromium_src-3f1823ccc8ca927590a99e4249ccd0bbf54f6cd6.tar.gz chromium_src-3f1823ccc8ca927590a99e4249ccd0bbf54f6cd6.tar.bz2 |
Eliminate custom paint code for TrayBubbleView
Remove unnecessary borders and backgrounds; use BIG_SHADOW for bubbles.
Also fixes some notification layout issues:
* Layout needs to initially be narrower by the width of the scroll bar so the height is correct.
BUG=132772
TEST=Thoroughly test web notifications (message center). See issue for test url. Also thoroughly test system tray bubble, detailed views, and notifications.
For ash.gyp:
TBR=ben@chromium.org
Review URL: https://chromiumcodereview.appspot.com/11026012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@160680 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash.gyp')
-rw-r--r-- | ash/ash.gyp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ash/ash.gyp b/ash/ash.gyp index d141b06..25c5565 100644 --- a/ash/ash.gyp +++ b/ash/ash.gyp @@ -243,8 +243,6 @@ 'system/web_notification/web_notification.h', 'system/web_notification/web_notification_bubble.cc', 'system/web_notification/web_notification_bubble.h', - 'system/web_notification/web_notification_contents_view.cc', - 'system/web_notification/web_notification_contents_view.h', 'system/web_notification/web_notification_list.cc', 'system/web_notification/web_notification_list.h', 'system/web_notification/web_notification_tray.cc', |