| Index: ash/system/status_area_widget.h
|
| diff --git a/ash/system/status_area_widget.h b/ash/system/status_area_widget.h
|
| index 24ac0b84d5566ba35f8fb743a684ad189af37d2b..d8459c7bede5ffc6fbc5028d4ca6746f2186a4f5 100644
|
| --- a/ash/system/status_area_widget.h
|
| +++ b/ash/system/status_area_widget.h
|
| @@ -74,6 +74,8 @@ class ASH_EXPORT StatusAreaWidget : public views::Widget {
|
|
|
| // Overridden from views::Widget:
|
| void OnNativeWidgetActivationChanged(bool active) override;
|
| + void OnMouseEvent(ui::MouseEvent* event) override;
|
| + void OnGestureEvent(ui::GestureEvent* event) override;
|
|
|
| private:
|
| void AddSystemTray();
|
|
|