Commit 894001eb authored by Varun Khaneja's avatar Varun Khaneja Committed by Commit Bot

SafeBrowsingRealTimeUrlLookup: Enable by default for Desktop platforms

Bug: 963165
Change-Id: I782470e37747c460da3ba167a966af6d21023306
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2069478
Commit-Queue: Xinghui Lu <xinghuilu@chromium.org>
Reviewed-by: default avatarXinghui Lu <xinghuilu@chromium.org>
Auto-Submit: Varun Khaneja <vakh@chromium.org>
Cr-Commit-Position: refs/heads/master@{#744061}
parent 6d015838
...@@ -72,8 +72,13 @@ const base::Feature kPasswordProtectionForSignedInUsers{ ...@@ -72,8 +72,13 @@ const base::Feature kPasswordProtectionForSignedInUsers{
const base::Feature kPromptAppForDeepScanning{ const base::Feature kPromptAppForDeepScanning{
"SafeBrowsingPromptAppForDeepScanning", base::FEATURE_DISABLED_BY_DEFAULT}; "SafeBrowsingPromptAppForDeepScanning", base::FEATURE_DISABLED_BY_DEFAULT};
#if BUILDFLAG(FULL_SAFE_BROWSING)
const base::Feature kRealTimeUrlLookupEnabled{
"SafeBrowsingRealTimeUrlLookupEnabled", base::FEATURE_ENABLED_BY_DEFAULT};
#else
const base::Feature kRealTimeUrlLookupEnabled{ const base::Feature kRealTimeUrlLookupEnabled{
"SafeBrowsingRealTimeUrlLookupEnabled", base::FEATURE_DISABLED_BY_DEFAULT}; "SafeBrowsingRealTimeUrlLookupEnabled", base::FEATURE_DISABLED_BY_DEFAULT};
#endif
const base::Feature kRealTimeUrlLookupEnabledWithToken{ const base::Feature kRealTimeUrlLookupEnabledWithToken{
"SafeBrowsingRealTimeUrlLookupEnabledWithToken", "SafeBrowsingRealTimeUrlLookupEnabledWithToken",
......
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