Commit bab4b77b authored by Roger McFarlane's avatar Roger McFarlane Committed by Commit Bot

[autofill] Add fieldtrial config for AutofillDeleteDisusedData

Bug: 734151
Change-Id: Ia2a04fd5acaae8cfa32bbec102a47d31e4294db1
Reviewed-on: https://chromium-review.googlesource.com/1169422Reviewed-by: default avatarRobert Kaplow (slow) <rkaplow@chromium.org>
Commit-Queue: Roger McFarlane <rogerm@chromium.org>
Cr-Commit-Position: refs/heads/master@{#582215}
parent 4a71783e
...@@ -442,6 +442,27 @@ ...@@ -442,6 +442,27 @@
] ]
} }
], ],
"AutofillDeleteDisusedData": [
{
"platforms": [
"android",
"chromeos",
"ios",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"AutofillDeleteDisusedAddresses",
"AutofillDeleteDisusedCreditCards"
]
}
]
}
],
"AutofillDynamicForms": [ "AutofillDynamicForms": [
{ {
"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