Chromium Code Reviews| 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(); |
|
stevenjb
2017/07/11 22:34:24
This is an unfortunate name for a feature. The "Ne
vadimt
2017/07/11 23:04:41
I'll rename it into "TouchFriendlySearchResults" i
|
| int APP_LIST_EXPORT AnswerCardMaxWidth(); |
| int APP_LIST_EXPORT AnswerCardMaxHeight(); |
| std::string APP_LIST_EXPORT AnswerServerUrl(); |