Commit 33519d1b authored by Xinghui Lu's avatar Xinghui Lu Committed by Chromium LUCI CQ

Enable SafeBrowsingRealTimeUrlLookupEnabledWithToken by default.

Bug: 1070324
Change-Id: Ibc4e8a2bf4348af27c0481de2665aa5ac5221aa9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2573120
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@{#833514}
parent 51d0fb56
...@@ -101,13 +101,8 @@ const base::Feature kRealTimeUrlLookupEnabledForEPWithToken{ ...@@ -101,13 +101,8 @@ const base::Feature kRealTimeUrlLookupEnabledForEPWithToken{
base::FEATURE_ENABLED_BY_DEFAULT}; base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kRealTimeUrlLookupEnabledWithToken{ const base::Feature kRealTimeUrlLookupEnabledWithToken{
"SafeBrowsingRealTimeUrlLookupEnabledWithToken", "SafeBrowsingRealTimeUrlLookupEnabledWithToken",
#if BUILDFLAG(FULL_SAFE_BROWSING) base::FEATURE_ENABLED_BY_DEFAULT};
base::FEATURE_ENABLED_BY_DEFAULT
#else
base::FEATURE_DISABLED_BY_DEFAULT
#endif
};
const base::Feature kRealTimeUrlLookupNonMainframeEnabledForEP{ const base::Feature kRealTimeUrlLookupNonMainframeEnabledForEP{
"SafeBrowsingRealTimeUrlLookupNonMainframeEnabledForEP", "SafeBrowsingRealTimeUrlLookupNonMainframeEnabledForEP",
......
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