Commit 31965b14 authored by Charles Zhao's avatar Charles Zhao Committed by Commit Bot

cros: Enable AppSearchResultRanker by default.

The 10% stable experiment has shown 10% improvement.

Bug: 862413
Change-Id: I9c2422f8c19e0fb997160f49d822882b96f18aff
Reviewed-on: https://chromium-review.googlesource.com/c/1351337Reviewed-by: default avatarXiyuan Xia <xiyuan@chromium.org>
Commit-Queue: Charles . <charleszhao@chromium.org>
Cr-Commit-Position: refs/heads/master@{#613306}
parent e70df53c
...@@ -35,7 +35,7 @@ const base::Feature kEnableZeroStateSuggestions{ ...@@ -35,7 +35,7 @@ const base::Feature kEnableZeroStateSuggestions{
const base::Feature kEnableAppListSearchAutocomplete{ const base::Feature kEnableAppListSearchAutocomplete{
"EnableAppListSearchAutocomplete", base::FEATURE_DISABLED_BY_DEFAULT}; "EnableAppListSearchAutocomplete", base::FEATURE_DISABLED_BY_DEFAULT};
const base::Feature kEnableAppSearchResultRanker{ const base::Feature kEnableAppSearchResultRanker{
"EnableAppSearchResultRanker", base::FEATURE_DISABLED_BY_DEFAULT}; "EnableAppSearchResultRanker", base::FEATURE_ENABLED_BY_DEFAULT};
bool IsAnswerCardEnabled() { bool IsAnswerCardEnabled() {
// Not using local static variable to allow tests to change this value. // Not using local static variable to allow tests to change this value.
......
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