Commit 0bb97b95 authored by Jan Krcal's avatar Jan Krcal Committed by Commit Bot

[SyncUSSAutofillWalletData] Disable the feature by default

This CL disables the feature again on ToT. The reason is that the launch
to M71 Stable failed due to unexpected highly increased traffic. The
plan is to investigate and fix the underlying bug and restart the
launch.

Bug: 924447
Change-Id: Id76cc3865fefe22785f40bac66295c3ccc4b3da3
Reviewed-on: https://chromium-review.googlesource.com/c/1430080
Auto-Submit: Jan Krcal <jkrcal@chromium.org>
Reviewed-by: default avatarMarc Treib <treib@chromium.org>
Reviewed-by: default avatarRobert Kaplow <rkaplow@chromium.org>
Commit-Queue: Jan Krcal <jkrcal@chromium.org>
Cr-Commit-Position: refs/heads/master@{#625715}
parent c3acc899
...@@ -125,7 +125,7 @@ const base::Feature kSyncUSSAutofillProfile{"SyncUSSAutofillProfile", ...@@ -125,7 +125,7 @@ const base::Feature kSyncUSSAutofillProfile{"SyncUSSAutofillProfile",
// Enable USS implementation of autofill wallet datatype. // Enable USS implementation of autofill wallet datatype.
const base::Feature kSyncUSSAutofillWalletData{ const base::Feature kSyncUSSAutofillWalletData{
"SyncUSSAutofillWalletData", base::FEATURE_ENABLED_BY_DEFAULT}; "SyncUSSAutofillWalletData", base::FEATURE_DISABLED_BY_DEFAULT};
// Enable USS implementation of autofill wallet metadata datatype. // Enable USS implementation of autofill wallet metadata datatype.
const base::Feature kSyncUSSAutofillWalletMetadata{ const base::Feature kSyncUSSAutofillWalletMetadata{
......
...@@ -4545,6 +4545,26 @@ ...@@ -4545,6 +4545,26 @@
] ]
} }
], ],
"SyncUSSAutofillWalletData": [
{
"platforms": [
"android",
"chromeos",
"ios",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"SyncUSSAutofillWalletData"
]
}
]
}
],
"TabRanker": [ "TabRanker": [
{ {
"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