Commit 78f76a15 authored by Daniel Rubery's avatar Daniel Rubery Committed by Commit Bot

Add windows to platforms for ClientSideDetectionModel

The experiment is running on Windows, but the field trial testing config
was landed when there were too many configs on Windows. The temporary
workaround was to leave Windows out of the platforms. We can now undo
that temporary workaround.

Change-Id: Ifee05f28112cc8af9c87cc18816b10450f9fae44
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2512519Reviewed-by: default avatarMark Pearson <mpearson@chromium.org>
Commit-Queue: Daniel Rubery <drubery@chromium.org>
Cr-Commit-Position: refs/heads/master@{#823283}
parent dfc99777
...@@ -1650,7 +1650,8 @@ ...@@ -1650,7 +1650,8 @@
"platforms": [ "platforms": [
"chromeos", "chromeos",
"linux", "linux",
"mac" "mac",
"windows"
], ],
"experiments": [ "experiments": [
{ {
......
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