Commit e416dd8d authored by Varun Khaneja's avatar Varun Khaneja Committed by Commit Bot

Add kEnhancedProtection in the list of SB features, sort the list.

Bug: 1044212
Change-Id: I68e11b7f06830b2d34c2bd5a48b0ef0c64bccae0
Fixed: 1069517
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144671
Commit-Queue: Varun Khaneja <vakh@chromium.org>
Commit-Queue: Bettina Dea <bdea@chromium.org>
Auto-Submit: Varun Khaneja <vakh@chromium.org>
Reviewed-by: default avatarBettina Dea <bdea@chromium.org>
Cr-Commit-Position: refs/heads/master@{#757946}
parent c53a40f4
...@@ -47,10 +47,10 @@ const base::Feature kDelayedWarnings{"SafeBrowsingDelayedWarnings", ...@@ -47,10 +47,10 @@ const base::Feature kDelayedWarnings{"SafeBrowsingDelayedWarnings",
const base::Feature kDownloadRequestWithToken{ const base::Feature kDownloadRequestWithToken{
"SafeBrowsingDownloadRequestWithToken", base::FEATURE_ENABLED_BY_DEFAULT}; "SafeBrowsingDownloadRequestWithToken", base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kMalwareScanEnabled{"SafeBrowsingMalwareScanEnabled", const base::Feature kEnhancedProtection{"SafeBrowsingEnhancedProtection",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_DISABLED_BY_DEFAULT};
const base::Feature kEnhancedProtection{"SafeBrowsingEnhancedProtection", const base::Feature kMalwareScanEnabled{"SafeBrowsingMalwareScanEnabled",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_DISABLED_BY_DEFAULT};
// Enable saved password protection by default only on desktop. // Enable saved password protection by default only on desktop.
...@@ -142,10 +142,11 @@ constexpr struct { ...@@ -142,10 +142,11 @@ constexpr struct {
{&kAdSamplerTriggerFeature, false}, {&kAdSamplerTriggerFeature, false},
{&kCaptureInlineJavascriptForGoogleAds, true}, {&kCaptureInlineJavascriptForGoogleAds, true},
{&kCaptureSafetyNetId, true}, {&kCaptureSafetyNetId, true},
{&kDelayedWarnings, true},
{&kCommittedSBInterstitials, true}, {&kCommittedSBInterstitials, true},
{&kContentComplianceEnabled, true}, {&kContentComplianceEnabled, true},
{&kDelayedWarnings, true},
{&kDownloadRequestWithToken, true}, {&kDownloadRequestWithToken, true},
{&kEnhancedProtection, true},
{&kMalwareScanEnabled, true}, {&kMalwareScanEnabled, true},
{&kPasswordProtectionForSavedPasswords, true}, {&kPasswordProtectionForSavedPasswords, true},
{&kPasswordProtectionShowDomainsForSavedPasswords, true}, {&kPasswordProtectionShowDomainsForSavedPasswords, true},
......
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