Commit 829c4c0f authored by Bin Zhao's avatar Bin Zhao Committed by Commit Bot

Add fieldtrial testing experiment for enabling browser side DIAL discovery

We are turning on 50% on beta. Got a finch warning that we must add a field trial config for it.

Bug: 718154
Change-Id: I480d390acf1f9f903a00345169d270d6ca01b428
Reviewed-on: https://chromium-review.googlesource.com/596627Reviewed-by: default avatarSteven Holte <holte@chromium.org>
Reviewed-by: default avatarDerek Cheng <imcheng@chromium.org>
Commit-Queue: Bin Zhao <zhaobin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#491164}
parent 90614001
...@@ -816,6 +816,24 @@ ...@@ -816,6 +816,24 @@
] ]
} }
], ],
"EnableDialLocalDiscovery": [
{
"platforms": [
"chromeos",
"linux",
"mac",
"win"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"EnableDialLocalDiscovery"
]
}
]
}
],
"EnableGoogleCachedCopyTextExperiment": [ "EnableGoogleCachedCopyTextExperiment": [
{ {
"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