Commit 06242460 authored by Xinghui Lu's avatar Xinghui Lu Committed by Commit Bot

Enable kRealTimeUrlLookupEnabledForEnterprise by default

Bug: 1085261
Change-Id: Ia9e9e3749918a2c19c57b7dae96fc22600f66f80
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2472587
Auto-Submit: Xinghui Lu <xinghuilu@chromium.org>
Reviewed-by: default avatarVarun Khaneja <vakh@chromium.org>
Commit-Queue: Xinghui Lu <xinghuilu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#818034}
parent f30e157e
...@@ -104,7 +104,7 @@ const base::Feature kRealTimeUrlLookupEnabledForAllAndroidDevices{ ...@@ -104,7 +104,7 @@ const base::Feature kRealTimeUrlLookupEnabledForAllAndroidDevices{
const base::Feature kRealTimeUrlLookupEnabledForEnterprise{ const base::Feature kRealTimeUrlLookupEnabledForEnterprise{
"SafeBrowsingRealTimeUrlLookupEnabledForEnterprise", "SafeBrowsingRealTimeUrlLookupEnabledForEnterprise",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kRealTimeUrlLookupEnabledForEP{ const base::Feature kRealTimeUrlLookupEnabledForEP{
"SafeBrowsingRealTimeUrlLookupEnabledForEP", "SafeBrowsingRealTimeUrlLookupEnabledForEP",
......
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