| Index: ash/common/system/status_area_widget.h
|
| diff --git a/ash/common/system/status_area_widget.h b/ash/common/system/status_area_widget.h
|
| index c432ebeb6738949edffe8fcc334e0de409713745..2071bd63f27a52f6402e939403c7f46232b47e4d 100644
|
| --- a/ash/common/system/status_area_widget.h
|
| +++ b/ash/common/system/status_area_widget.h
|
| @@ -89,6 +89,7 @@ class ASH_EXPORT StatusAreaWidget : public views::Widget,
|
| // Overridden from views::Widget:
|
| const ui::NativeTheme* GetNativeTheme() const override;
|
| void OnNativeWidgetActivationChanged(bool active) override;
|
| + void OnKeyEvent(ui::KeyEvent* event) override;
|
|
|
| // ShelfBackgroundAnimatorObserver:
|
| void UpdateShelfItemBackground(int alpha) override;
|
|
|