Commit b4670003 authored by Bettina's avatar Bettina Committed by Commit Bot

Enable the Saved Password Protection with Domains by default

Bug: 1026006
Change-Id: I4f1329df285d044263d52c32447fdab730810cd6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2092181Reviewed-by: default avatarDaniel Rubery <drubery@chromium.org>
Commit-Queue: Bettina Dea <bdea@chromium.org>
Cr-Commit-Position: refs/heads/master@{#748360}
parent d1d12208
......@@ -58,9 +58,16 @@ const base::Feature kPasswordProtectionForSavedPasswords{
base::FEATURE_DISABLED_BY_DEFAULT};
#endif
// Enable saved password protection with domains by default only on desktop.
#if BUILDFLAG(FULL_SAFE_BROWSING)
const base::Feature kPasswordProtectionShowDomainsForSavedPasswords{
"SafeBrowsingPasswordProtectionShowDomainsForSavedPasswords",
base::FEATURE_ENABLED_BY_DEFAULT};
#else
const base::Feature kPasswordProtectionShowDomainsForSavedPasswords{
"SafeBrowsingPasswordProtectionShowDomainsForSavedPasswords",
base::FEATURE_DISABLED_BY_DEFAULT};
#endif
#if BUILDFLAG(FULL_SAFE_BROWSING)
const base::Feature kPasswordProtectionForSignedInUsers{
......
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