Commit 06b570de authored by Christoph Schwering's avatar Christoph Schwering Committed by Chromium LUCI CQ

[Autofill] Added RendererId experiments to field trial config.

Bug: 896689
Change-Id: I137748f61115fdef07519a10017411ca592799fa
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2564858
Auto-Submit: Christoph Schwering <schwering@google.com>
Commit-Queue: Caitlin Fischer <caitlinfischer@google.com>
Reviewed-by: default avatarCaitlin Fischer <caitlinfischer@google.com>
Cr-Commit-Position: refs/heads/master@{#831904}
parent 62c9f4b9
...@@ -842,6 +842,27 @@ ...@@ -842,6 +842,27 @@
] ]
} }
], ],
"AutofillNameSectionsWithRendererIds": [
{
"platforms": [
"android",
"android_webview",
"chromeos",
"ios",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"AutofillNameSectionsWithRendererIds"
]
}
]
}
],
"AutofillProfileValidation": [ "AutofillProfileValidation": [
{ {
"platforms": [ "platforms": [
...@@ -904,6 +925,27 @@ ...@@ -904,6 +925,27 @@
] ]
} }
], ],
"AutofillRefillWithRendererIds": [
{
"platforms": [
"android",
"android_webview",
"chromeos",
"ios",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"AutofillRefillWithRendererIds"
]
}
]
}
],
"AutofillRefreshStyleAndroid": [ "AutofillRefreshStyleAndroid": [
{ {
"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