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

Enable SafeBrowsingRealTimeUrlLookupEnabled by default.

This feature is now fully enabled via Finch.

R=xinghuilu

Bug: 963165
Change-Id: Ice9c1bcc95736b3cd8dffd57f8b92ba164c592d5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2216315
Auto-Submit: Varun Khaneja <vakh@chromium.org>
Commit-Queue: Xinghui Lu <xinghuilu@chromium.org>
Reviewed-by: default avatarXinghui Lu <xinghuilu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#771925}
parent 7a78ebdc
......@@ -69,7 +69,7 @@ const base::Feature kPromptAppForDeepScanning{
"SafeBrowsingPromptAppForDeepScanning", base::FEATURE_DISABLED_BY_DEFAULT};
const base::Feature kRealTimeUrlLookupEnabled{
"SafeBrowsingRealTimeUrlLookupEnabled", base::FEATURE_DISABLED_BY_DEFAULT};
"SafeBrowsingRealTimeUrlLookupEnabled", base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kRealTimeUrlLookupEnabledForAllAndroidDevices{
"SafeBrowsingRealTimeUrlLookupEnabledForAllAndroidDevices",
......
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