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

Unified Diff: ui/app_list/views/start_page_view.h

Issue 730343008: Add keyboard navigation for start page tiles in experimental app list. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_search_box_widget_layout
Patch Set: address_comments Created 6 years 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
« no previous file with comments | « no previous file | ui/app_list/views/start_page_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/views/start_page_view.h
diff --git a/ui/app_list/views/start_page_view.h b/ui/app_list/views/start_page_view.h
index ee63176101c6f6af12db554c01d7a50286666935..d917bc7c914225afdf8aaae4cd36e37a201ad7c7 100644
--- a/ui/app_list/views/start_page_view.h
+++ b/ui/app_list/views/start_page_view.h
@@ -42,6 +42,7 @@ class APP_LIST_EXPORT StartPageView : public SearchResultContainerView {
// Overridden from views::View:
void Layout() override;
+ bool OnKeyPressed(const ui::KeyEvent& event) override;
// Overridden from SearchResultContainerView:
void OnContainerSelected(bool from_bottom) override;
« no previous file with comments | « no previous file | ui/app_list/views/start_page_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698