| Index: ash/common/system/web_notification/web_notification_tray.cc
|
| diff --git a/ash/common/system/web_notification/web_notification_tray.cc b/ash/common/system/web_notification/web_notification_tray.cc
|
| index 5152b51ee7b300ab6c07f8aa39e424e62cc39c06..5411f0f5344b15f4b98ac1b312e8ca1dfff5a74b 100644
|
| --- a/ash/common/system/web_notification/web_notification_tray.cc
|
| +++ b/ash/common/system/web_notification/web_notification_tray.cc
|
| @@ -325,7 +325,6 @@ WebNotificationTray::WebNotificationTray(WmShelf* shelf,
|
| tray_container()->AddChildView(counter_.get());
|
|
|
| SetContentsBackground();
|
| - tray_container()->SetBorder(views::Border::NullBorder());
|
| message_center_tray_.reset(new message_center::MessageCenterTray(
|
| this, message_center::MessageCenter::Get()));
|
| popup_alignment_delegate_.reset(new AshPopupAlignmentDelegate(shelf));
|
| @@ -457,7 +456,6 @@ void WebNotificationTray::SetShelfAlignment(ShelfAlignment alignment) {
|
| if (alignment == shelf_alignment())
|
| return;
|
| TrayBackgroundView::SetShelfAlignment(alignment);
|
| - tray_container()->SetBorder(views::Border::NullBorder());
|
| // Destroy any existing bubble so that it will be rebuilt correctly.
|
| message_center_tray_->HideMessageCenterBubble();
|
| message_center_tray_->HidePopupBubble();
|
|
|