Revert "Adding field trial testing config for DTCAntivirusSignalEnabled"
This reverts commit 1fc550e337
.
Reason for revert: possible culprit for builder failures
crbug.com/398304884
Original change's description:
> Adding field trial testing config for DTCAntivirusSignalEnabled
>
> Bug: 397930216
> Change-Id: Ifc2163bba0dca90496c2875366c01875ea74c12b
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6287632
> Commit-Queue: Sébastien Lalancette <seblalancette@chromium.org>
> Auto-Submit: Sébastien Lalancette <seblalancette@chromium.org>
> Reviewed-by: Zonghan Xu <xzonghan@chromium.org>
> Cr-Commit-Position: refs/heads/main@{#1423404}
Bug: 397930216, 398304884
Change-Id: I8a31d39c106fc0fc465cff1c0194970aaa73983b
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6292792
Reviewed-by: Muyao Xu <muyaoxu@google.com>
Owners-Override: Muyao Xu <muyaoxu@google.com>
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Auto-Submit: Muyao Xu <muyaoxu@google.com>
Commit-Queue: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#1423467}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
b7e36f451a
commit
23b6788f2f
@ -171,8 +171,12 @@ GetSignalsContract() {
|
||||
base::BindRepeating(VerifyIsSettingInteger, names::kScreenLockSecured);
|
||||
|
||||
#if BUILDFLAG(IS_WIN)
|
||||
|
||||
// TODO(crbug.com/396369157): Change this to expect an integer value once the
|
||||
// feature flag is on by default.
|
||||
contract[names::kAntivirusState] =
|
||||
base::BindRepeating(VerifyIsSettingInteger, names::kAntivirusState);
|
||||
base::BindRepeating(VerifyUnset, names::kAntivirusState);
|
||||
|
||||
contract[names::kWindowsMachineDomain] =
|
||||
base::BindRepeating(VerifyOptionalString, names::kWindowsMachineDomain);
|
||||
contract[names::kWindowsUserDomain] =
|
||||
|
@ -7362,21 +7362,6 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"DTCAntivirusSignalEnabled": [
|
||||
{
|
||||
"platforms": [
|
||||
"windows"
|
||||
],
|
||||
"experiments": [
|
||||
{
|
||||
"name": "Enabled",
|
||||
"enable_features": [
|
||||
"DTCAntivirusSignalEnabled"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"DTCKeyRotationUploadedBySharedAPIEnabled": [
|
||||
{
|
||||
"platforms": [
|
||||
|
Reference in New Issue
Block a user