Skip to content

Commit

Permalink
Create a field trial for CSD on Android.
Browse files Browse the repository at this point in the history
Provide a field trial testing for client
side detection on Android.

Bug: 1108080
Change-Id: Idc40e3e9651f70eef1a6d651f01d14481cb2f529
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2463968
Reviewed-by: Daniel Rubery <drubery@chromium.org>
Reviewed-by: Robert Kaplow <rkaplow@chromium.org>
Commit-Queue: Bettina Dea <bdea@chromium.org>
Cr-Commit-Position: refs/heads/master@{#816718}
  • Loading branch information
Bettina Dea authored and Commit Bot committed Oct 13, 2020
1 parent a05aa28 commit cd8c0f6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions testing/variations/fieldtrial_testing_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1655,6 +1655,24 @@
]
}
],
"ClientSideDetectionModelOnAndroid": [
{
"platforms": [
"android"
],
"experiments": [
{
"name": "EnabledWithModel55",
"params": {
"ModelNum": "55"
},
"enable_features": [
"ClientSideDetectionModelOnAndroid"
]
}
]
}
],
"CodeCacheDeletionWithoutFilter": [
{
"platforms": [
Expand Down

0 comments on commit cd8c0f6

Please sign in to comment.