Commit 20b47944 authored by Jing Wang's avatar Jing Wang Committed by Commit Bot

Add personal info experiment to field trial config.

This is required as we want to rollout finch experiment to beta.

Bug: 1042084
Change-Id: I7921f0434192f51b6942e13fc2307badf3c21c07
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2359789
Commit-Queue: Jing Wang <jiwan@chromium.org>
Reviewed-by: default avatarBrian White <bcwhite@chromium.org>
Cr-Commit-Position: refs/heads/master@{#799449}
parent e8d8b187
...@@ -142,6 +142,21 @@ ...@@ -142,6 +142,21 @@
] ]
} }
], ],
"AssistPersonalInfo": [
{
"platforms": [
"chromeos"
],
"experiments": [
{
"name": "AssistPersonalInfo",
"enable_features": [
"AssistPersonalInfo"
]
}
]
}
],
"AsyncDns": [ "AsyncDns": [
{ {
"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