Commit 22ef5abe authored by Pavel Yatsuk's avatar Pavel Yatsuk Committed by Commit Bot

[Sync] Enable USS implementation of Autocomplete by default

USS Autocomplete is being launched on stable. It needs to be enabled by
default on ToT.

BUG=702711
R=pnoland@chromium.org

Change-Id: I10b32e8d948728ef8f4d98841639e6e862378a4d
Reviewed-on: https://chromium-review.googlesource.com/779633Reviewed-by: default avatarPatrick Noland <pnoland@google.com>
Reviewed-by: default avatarIlya Sherman <isherman@chromium.org>
Commit-Queue: Pavel Yatsuk <pavely@chromium.org>
Cr-Commit-Position: refs/heads/master@{#518268}
parent 6758d1d9
...@@ -51,7 +51,7 @@ const base::Feature kSyncUserTranslationEvents{ ...@@ -51,7 +51,7 @@ const base::Feature kSyncUserTranslationEvents{
// Enables USS implementation of Autocomplete datatype. // Enables USS implementation of Autocomplete datatype.
const base::Feature kSyncUSSAutocomplete{"SyncUSSAutocomplete", const base::Feature kSyncUSSAutocomplete{"SyncUSSAutocomplete",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_ENABLED_BY_DEFAULT};
// Enable USS implementation of Bookmarks datatype. // Enable USS implementation of Bookmarks datatype.
const base::Feature kSyncUSSBookmarks{"SyncUSSBookmarks", const base::Feature kSyncUSSBookmarks{"SyncUSSBookmarks",
......
...@@ -3544,26 +3544,6 @@ ...@@ -3544,26 +3544,6 @@
] ]
} }
], ],
"SyncUSSAutocomplete": [
{
"platforms": [
"android",
"chromeos",
"ios",
"linux",
"mac",
"win"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"SyncUSSAutocomplete"
]
}
]
}
],
"TLS13Variant": [ "TLS13Variant": [
{ {
"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