| 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();
|
|
|