| Index: ui/app_list/app_list_features.cc
|
| diff --git a/ui/app_list/app_list_features.cc b/ui/app_list/app_list_features.cc
|
| index 770e0e03a727100f82d9fbe640496cfacb1f70ee..42fc812135961d666e58ba80e3512b5e05eb0d79 100644
|
| --- a/ui/app_list/app_list_features.cc
|
| +++ b/ui/app_list/app_list_features.cc
|
| @@ -33,6 +33,11 @@ bool IsFullscreenAppListEnabled() {
|
| return base::FeatureList::IsEnabled(kEnableFullscreenAppList);
|
| }
|
|
|
| +bool IsSearchResultsNewDesignEnabled() {
|
| + return IsFullscreenAppListEnabled() ||
|
| + (IsAnswerCardEnabled() && !IsAnswerCardDarkRunEnabled());
|
| +}
|
| +
|
| int APP_LIST_EXPORT AnswerCardMaxWidth() {
|
| static const int max_width = base::GetFieldTrialParamByFeatureAsInt(
|
| kEnableAnswerCard, "CardMaxWidth", 608);
|
|
|