Commit 6f7a616d authored by Vladislav Kaznacheev's avatar Vladislav Kaznacheev Committed by Commit Bot

Disable Launcher autocomplete by default

Autocomplete breaks several features (see linked bugs) and a correct
fix requires investigation. Disabling the feature for now.

Bug: 897206, 902558
Test: manual
Change-Id: I54a68a88541fab0e2054349c32c1c1892324f67a
Reviewed-on: https://chromium-review.googlesource.com/c/1332148Reviewed-by: default avatarAlex Newcomer <newcomer@chromium.org>
Reviewed-by: default avatarMitsuru Oshima <oshima@chromium.org>
Commit-Queue: Vladislav Kaznacheev <kaznacheev@chromium.org>
Cr-Commit-Position: refs/heads/master@{#607515}
parent a79bd84b
......@@ -35,7 +35,7 @@ const base::Feature kEnableContinueReading{"EnableContinueReading",
const base::Feature kEnableZeroStateSuggestions{
"EnableZeroStateSuggestions", base::FEATURE_DISABLED_BY_DEFAULT};
const base::Feature kEnableAppListSearchAutocomplete{
"EnableAppListSearchAutocomplete", base::FEATURE_ENABLED_BY_DEFAULT};
"EnableAppListSearchAutocomplete", base::FEATURE_DISABLED_BY_DEFAULT};
const base::Feature kEnableAppSearchResultRanker{
"EnableAppSearchResultRanker", base::FEATURE_DISABLED_BY_DEFAULT};
......
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