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

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

Issue 924193005: Add keyboard navigation to the custom launcher page on app list start page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « ui/app_list/app_list_model.h ('k') | 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 1c5581fa4aab53a21b29cad45e89319348e302ec..fa97e8097ae3701596eba60344600e914c3285fb 100644
--- a/ui/app_list/views/start_page_view.h
+++ b/ui/app_list/views/start_page_view.h
@@ -16,6 +16,7 @@ namespace app_list {
class AllAppsTileItemView;
class AppListMainView;
class AppListViewDelegate;
+class CustomLauncherPageBackgroundView;
class SearchResultTileItemView;
class TileItemView;
@@ -55,6 +56,8 @@ class APP_LIST_EXPORT StartPageView : public views::View {
void InitInstantContainer();
void MaybeOpenCustomLauncherPage();
+ void SetCustomLauncherPageSelected(bool selected);
+
TileItemView* GetTileItemView(size_t index);
// The parent view of ContentsView which is the parent of this view.
@@ -64,6 +67,8 @@ class APP_LIST_EXPORT StartPageView : public views::View {
views::View* search_box_spacer_view_; // Owned by views hierarchy.
views::View* instant_container_; // Owned by views hierarchy.
+ CustomLauncherPageBackgroundView*
+ custom_launcher_page_background_; // Owned by view hierarchy.
StartPageTilesContainer* tiles_container_; // Owned by views hierarchy.
DISALLOW_COPY_AND_ASSIGN(StartPageView);
« no previous file with comments | « ui/app_list/app_list_model.h ('k') | ui/app_list/views/start_page_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698