Commit d3b4c737 authored by Donn Denman's avatar Donn Denman Committed by Commit Bot

[TTS] Default-enable the Simplified Server expr

This default-enables the Simplified Server experiment.

BUG=939460

Change-Id: I4359ba4214822c4150230a394736730f02b5f593
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1891582
Auto-Submit: Donn Denman <donnd@chromium.org>
Commit-Queue: Brian White <bcwhite@chromium.org>
Reviewed-by: default avatarTheresa  <twellington@chromium.org>
Reviewed-by: default avatarBrian White <bcwhite@chromium.org>
Cr-Commit-Position: refs/heads/master@{#711341}
parent 28b6a750
...@@ -382,7 +382,7 @@ const base::Feature kContextualSearchSecondTap{ ...@@ -382,7 +382,7 @@ const base::Feature kContextualSearchSecondTap{
"ContextualSearchSecondTap", base::FEATURE_DISABLED_BY_DEFAULT}; "ContextualSearchSecondTap", base::FEATURE_DISABLED_BY_DEFAULT};
const base::Feature kContextualSearchSimplifiedServer{ const base::Feature kContextualSearchSimplifiedServer{
"ContextualSearchSimplifiedServer", base::FEATURE_DISABLED_BY_DEFAULT}; "ContextualSearchSimplifiedServer", base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kContextualSearchTapDisableOverride{ const base::Feature kContextualSearchTapDisableOverride{
"ContextualSearchTapDisableOverride", base::FEATURE_DISABLED_BY_DEFAULT}; "ContextualSearchTapDisableOverride", base::FEATURE_DISABLED_BY_DEFAULT};
......
...@@ -1687,21 +1687,6 @@ ...@@ -1687,21 +1687,6 @@
] ]
} }
], ],
"ContextualSearchSimplifiedServer": [
{
"platforms": [
"android"
],
"experiments": [
{
"name": "ContextualSearchSimplifiedServer",
"enable_features": [
"ContextualSearchSimplifiedServer"
]
}
]
}
],
"ContextualSearchTranslation": [ "ContextualSearchTranslation": [
{ {
"platforms": [ "platforms": [
......
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