Commit 81ff92b8 authored by Joe DeBlasio's avatar Joe DeBlasio Committed by Commit Bot

[MIX-DL] Add Android testing config to match M85 launch config.

Change-Id: Id6db3f20f6ff8914b4b840851323c2f6ad342bad
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2388947
Auto-Submit: Joe DeBlasio <jdeblasio@chromium.org>
Commit-Queue: Mark Pearson <mpearson@chromium.org>
Reviewed-by: default avatarMark Pearson <mpearson@chromium.org>
Cr-Commit-Position: refs/heads/master@{#803976}
parent 589141da
...@@ -2209,6 +2209,29 @@ ...@@ -2209,6 +2209,29 @@
] ]
} }
], ],
"DownloadsAsMixedContentAndroid": [
{
"platforms": [
"android"
],
"experiments": [
{
"name": "Enabled",
"params": {
"BlockExtensionList": "mix_dl_blocked_for_testing",
"SilentBlockExtensionList": "mix_dl_silently_blocked_for_testing",
"TreatBlockListAsAllowlist": "false",
"TreatSilentBlockListAsAllowlist": "false",
"TreatWarnListAsAllowlist": "false",
"WarnExtensionList": "exe,scr,msi,vb,dmg,pkg,crx"
},
"enable_features": [
"TreatUnsafeDownloadsAsActive"
]
}
]
}
],
"DownloadsAutoResumptionNative": [ "DownloadsAutoResumptionNative": [
{ {
"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