| Index: ash/common/system/status_area_widget.cc
|
| diff --git a/ash/common/system/status_area_widget.cc b/ash/common/system/status_area_widget.cc
|
| index c091e7a4332a8137dea744374785d06c981889e5..1fe17f64284d53add21b975cd45565e34177b97b 100644
|
| --- a/ash/common/system/status_area_widget.cc
|
| +++ b/ash/common/system/status_area_widget.cc
|
| @@ -148,9 +148,7 @@ bool StatusAreaWidget::ShouldShowShelf() const {
|
|
|
| // If the shelf is currently visible, don't hide the shelf if the mouse
|
| // is in any of the notification bubbles.
|
| - return (system_tray_ && system_tray_->IsMouseInNotificationBubble()) ||
|
| - (web_notification_tray_ &&
|
| - web_notification_tray_->IsMouseInNotificationBubble());
|
| + return system_tray_ && system_tray_->IsMouseInNotificationBubble();
|
| }
|
|
|
| bool StatusAreaWidget::IsMessageBubbleShown() const {
|
|
|