| 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 ada0972c044099b15bee9984ef61c38a2b378c6f..34d04a6f3e4bd30cab675388a4a5d9e3ace9e234 100644
|
| --- a/ash/common/system/status_area_widget.cc
|
| +++ b/ash/common/system/status_area_widget.cc
|
| @@ -144,16 +144,6 @@ void StatusAreaWidget::OnNativeWidgetActivationChanged(bool active) {
|
| status_area_widget_delegate_->SetPaneFocusAndFocusDefault();
|
| }
|
|
|
| -void StatusAreaWidget::OnMouseEvent(ui::MouseEvent* event) {
|
| - Widget::OnMouseEvent(event);
|
| - wm_shelf_->UpdateAutoHideForMouseEvent(event);
|
| -}
|
| -
|
| -void StatusAreaWidget::OnGestureEvent(ui::GestureEvent* event) {
|
| - Widget::OnGestureEvent(event);
|
| - wm_shelf_->UpdateAutoHideForGestureEvent(event);
|
| -}
|
| -
|
| void StatusAreaWidget::UpdateShelfItemBackground(int alpha) {
|
| web_notification_tray_->UpdateShelfItemBackground(alpha);
|
| system_tray_->UpdateShelfItemBackground(alpha);
|
|
|