Commit 5ccdec62 authored by Leo Zhang's avatar Leo Zhang Committed by Commit Bot

Set language settings enabled as default on TOT.

We have got the approval to launch this feature from M65.
See crbug/781915. In order to set the experiment configuration to 100%,
I need to enable it on TOT first. And there will be other CLs to clean
all the experiment code.

Bug: 808935
Change-Id: I86bf02ebe847b8841d7a0b2bddde4a3bfd7a537e
Reviewed-on: https://chromium-review.googlesource.com/964108
Commit-Queue: Leo Zhang <googleo@chromium.org>
Reviewed-by: default avatarTheresa <twellington@chromium.org>
Reviewed-by: default avatarDavid Trainor <dtrainor@chromium.org>
Cr-Commit-Position: refs/heads/master@{#543629}
parent b40cafcd
...@@ -283,7 +283,7 @@ const base::Feature kImprovedA2HS{"ImprovedA2HS", ...@@ -283,7 +283,7 @@ const base::Feature kImprovedA2HS{"ImprovedA2HS",
base::FEATURE_ENABLED_BY_DEFAULT}; base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kLanguagesPreference{"LanguagesPreference", const base::Feature kLanguagesPreference{"LanguagesPreference",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kModalPermissionDialogView{ const base::Feature kModalPermissionDialogView{
"ModalPermissionDialogView", base::FEATURE_DISABLED_BY_DEFAULT}; "ModalPermissionDialogView", 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