Commit 215bdc66 authored by Xinghui Lu's avatar Xinghui Lu Committed by Chromium LUCI CQ

Enable enhanced protection on Android by default.

Bug: 1097310
Change-Id: Icac2b18a2a289bef1315e60bff51d77f14d40a85
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2568585
Commit-Queue: Xinghui Lu <xinghuilu@chromium.org>
Commit-Queue: Varun Khaneja <vakh@chromium.org>
Auto-Submit: Xinghui Lu <xinghuilu@chromium.org>
Reviewed-by: default avatarVarun Khaneja <vakh@chromium.org>
Cr-Commit-Position: refs/heads/master@{#833056}
parent 68e3621f
...@@ -705,7 +705,7 @@ const base::Feature kPrivacyAdvisor{"PrivacyAdvisor", ...@@ -705,7 +705,7 @@ const base::Feature kPrivacyAdvisor{"PrivacyAdvisor",
#if defined(OS_ANDROID) #if defined(OS_ANDROID)
const base::Feature kPrivacyReorderedAndroid{"PrivacyReorderedAndroid", const base::Feature kPrivacyReorderedAndroid{"PrivacyReorderedAndroid",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_ENABLED_BY_DEFAULT};
#endif #endif
// Enables the privacy sandbox settings page. // Enables the privacy sandbox settings page.
......
...@@ -55,14 +55,8 @@ const base::Feature kSimplifiedUrlDisplay{"SimplifiedUrlDisplay", ...@@ -55,14 +55,8 @@ const base::Feature kSimplifiedUrlDisplay{"SimplifiedUrlDisplay",
const base::Feature kDownloadRequestWithToken{ const base::Feature kDownloadRequestWithToken{
"SafeBrowsingDownloadRequestWithToken", base::FEATURE_ENABLED_BY_DEFAULT}; "SafeBrowsingDownloadRequestWithToken", base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kEnhancedProtection { const base::Feature kEnhancedProtection{"SafeBrowsingEnhancedProtection",
"SafeBrowsingEnhancedProtection", base::FEATURE_ENABLED_BY_DEFAULT};
#if BUILDFLAG(FULL_SAFE_BROWSING)
base::FEATURE_ENABLED_BY_DEFAULT
#else
base::FEATURE_DISABLED_BY_DEFAULT
#endif
};
const base::Feature kEnhancedProtectionMessageInInterstitials{ const base::Feature kEnhancedProtectionMessageInInterstitials{
"SafeBrowsingEnhancedProtectionMessageInInterstitials", "SafeBrowsingEnhancedProtectionMessageInInterstitials",
...@@ -129,7 +123,7 @@ constexpr base::FeatureParam<bool> kShouldFillOldPhishGuardProto{ ...@@ -129,7 +123,7 @@ constexpr base::FeatureParam<bool> kShouldFillOldPhishGuardProto{
&kPasswordProtectionForSignedInUsers, "DeprecateOldProto", false}; &kPasswordProtectionForSignedInUsers, "DeprecateOldProto", false};
const base::Feature kSafeBrowsingSectionUIAndroid{ const base::Feature kSafeBrowsingSectionUIAndroid{
"SafeBrowsingSecuritySectionUIAndroid", base::FEATURE_DISABLED_BY_DEFAULT}; "SafeBrowsingSecuritySectionUIAndroid", base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kSuspiciousSiteTriggerQuotaFeature{ const base::Feature kSuspiciousSiteTriggerQuotaFeature{
"SafeBrowsingSuspiciousSiteTriggerQuota", base::FEATURE_ENABLED_BY_DEFAULT}; "SafeBrowsingSuspiciousSiteTriggerQuota", base::FEATURE_ENABLED_BY_DEFAULT};
......
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