Skip to content

Commit

Permalink
Add testing config for WebViewLegacyTlsSupport removal
Browse files Browse the repository at this point in the history
Change-Id: Ia797f83675fa2fecdd360432fa6c733909289d80
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3475272
Auto-Submit: Chris Thompson <cthomp@chromium.org>
Reviewed-by: Carlos IL <carlosil@chromium.org>
Commit-Queue: Carlos IL <carlosil@chromium.org>
Cr-Commit-Position: refs/heads/main@{#973245}
  • Loading branch information
christhompson authored and Chromium LUCI CQ committed Feb 19, 2022
1 parent db5895c commit d587dd8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions testing/variations/fieldtrial_testing_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7359,6 +7359,21 @@
]
}
],
"WebViewLegacyTlsSupport": [
{
"platforms": [
"android_webview"
],
"experiments": [
{
"name": "Disabled",
"disable_features": [
"WebViewLegacyTlsSupport"
]
}
]
}
],
"WebViewLogFirstPartyPageTimeSpent": [
{
"platforms": [
Expand Down

0 comments on commit d587dd8

Please sign in to comment.