Commit 0ae16d2d authored by Fabio Tirelo's avatar Fabio Tirelo Committed by Commit Bot

Add field trial config for AutofillPreviewStyleExperiment

Bug: 874094
Change-Id: Id80332c84f574b70ba0b0e50f54aebb681276082
Reviewed-on: https://chromium-review.googlesource.com/1251229Reviewed-by: default avatarJesse Doherty <jwd@chromium.org>
Commit-Queue: Fabio Tirelo <ftirelo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#595179}
parent ce145c44
......@@ -623,6 +623,33 @@
]
}
],
"AutofillPreviewStyleExperiment": [
{
"platforms": [],
"experiments": [
{
"name": "Enabled_BlackOnGoogleBlue050_V2",
"params": {
"bg_color": "#E8F0FE",
"color": "#000000"
},
"enable_features": [
"AutofillPreviewStyleExperiment"
]
},
{
"name": "Enabled_BlackOnGoogleYellow050_V2",
"params": {
"bg_color": "#E6F4EA",
"color": "#000000"
},
"enable_features": [
"AutofillPreviewStyleExperiment"
]
}
]
}
],
"AutofillResetFullServerCardsOnAuthError": [
{
"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