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

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

Issue 2295843006: Signin screen and locked screen status area focus advancing (Closed)
Patch Set: based on steven's comments 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..f0b402d7216be81a8f1027a863d5b93533146ac8 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;
@@ -108,6 +109,8 @@ class ASH_EXPORT StatusAreaWidget : public views::Widget,
#endif
void AddOverviewButtonTray();
+ void HandleFocusKeyEvent(ui::KeyEvent* event);
+
// Weak pointers to View classes that are parented to StatusAreaWidget:
StatusAreaWidgetDelegate* status_area_widget_delegate_;
OverviewButtonTray* overview_button_tray_;

Powered by Google App Engine
This is Rietveld 408576698