| 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 eb1cf0a772a3ab27d660191c2464f0ef8d217585..1ba3ffc17fe96cafa9ecc7880d2f7c50dab296ae 100644
|
| --- a/ui/app_list/app_list_features.h
|
| +++ b/ui/app_list/app_list_features.h
|
| @@ -31,6 +31,7 @@ APP_LIST_EXPORT extern const base::Feature kEnableFullscreenAppList;
|
| bool APP_LIST_EXPORT IsAnswerCardEnabled();
|
| bool APP_LIST_EXPORT IsAnswerCardDarkRunEnabled();
|
| bool APP_LIST_EXPORT IsFullscreenAppListEnabled();
|
| +bool APP_LIST_EXPORT IsSearchResultsNewDesignEnabled();
|
| int APP_LIST_EXPORT AnswerCardMaxWidth();
|
| int APP_LIST_EXPORT AnswerCardMaxHeight();
|
| std::string APP_LIST_EXPORT AnswerServerUrl();
|
|
|