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

Unified Diff: ui/app_list/app_list_features.h

Issue 2972243002: Fix app list item indexing bug. (Closed)
Patch Set: oshima's comments. Created 3 years, 5 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/BUILD.gn ('k') | ui/app_list/app_list_features.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/app_list_features.h
diff --git a/ui/app_list/app_list_features.h b/ui/app_list/app_list_features.h
index 245fe682259b0d47ea26392fbc414dae3d82e6d6..b170a54cdbb4532e897071339129085c6518645a 100644
--- a/ui/app_list/app_list_features.h
+++ b/ui/app_list/app_list_features.h
@@ -28,6 +28,9 @@ APP_LIST_EXPORT extern const base::Feature kEnableAnswerCardDarkRun;
// Enables the fullscreen app list.
APP_LIST_EXPORT extern const base::Feature kEnableFullscreenAppList;
+// Enables the Play Store app search.
+APP_LIST_EXPORT extern const base::Feature kEnablePlayStoreAppSearch;
+
bool APP_LIST_EXPORT IsAnswerCardEnabled();
bool APP_LIST_EXPORT IsAnswerCardDarkRunEnabled();
bool APP_LIST_EXPORT IsFullscreenAppListEnabled();
« no previous file with comments | « ui/app_list/BUILD.gn ('k') | ui/app_list/app_list_features.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698