Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3007)

Unified Diff: ash/common/system/status_area_widget.h

Issue 2295843006: Signin screen and locked screen status area focus advancing (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698