Commit e90ccf7a authored by Daniel Zhang's avatar Daniel Zhang Committed by Commit Bot

cros: Enable AppList autocomplete by default

Approved by UX.

Bug: 877111
Change-Id: Ib890a03e22bbb017848cf413fbbc0e9e18a81e5d
Reviewed-on: https://chromium-review.googlesource.com/1196916Reviewed-by: default avatarXiyuan Xia <xiyuan@chromium.org>
Reviewed-by: default avatarAlex Newcomer <newcomer@chromium.org>
Commit-Queue: Daniel Zhang <oxyflush@google.com>
Cr-Commit-Position: refs/heads/master@{#589600}
parent bb10015d
......@@ -34,7 +34,7 @@ const base::Feature kEnableContinueReading{"EnableContinueReading",
const base::Feature kEnableZeroStateSuggestions{
"EnableZeroStateSuggestions", base::FEATURE_DISABLED_BY_DEFAULT};
const base::Feature kEnableAppListSearchAutocomplete{
"EnableAppListSearchAutocomplete", base::FEATURE_DISABLED_BY_DEFAULT};
"EnableAppListSearchAutocomplete", base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kEnableSearchResultRankerTrain{
"EnableSearchResultRankerTrain", base::FEATURE_DISABLED_BY_DEFAULT};
const base::Feature kEnableSearchResultRankerInfer{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment