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

Fix saved password phishguard experiment value.

Bug: 1010764
Change-Id: I0a37a1f275f74860cc4df79747f9df97f7d22be1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1842503Reviewed-by: default avatarDaniel Rubery <drubery@chromium.org>
Reviewed-by: default avatarVarun Khaneja <vakh@chromium.org>
Commit-Queue: Bettina Dea <bdea@chromium.org>
Cr-Commit-Position: refs/heads/master@{#703106}
parent 3c57e912
...@@ -45,7 +45,7 @@ const base::Feature kForceUseAPDownloadProtection{ ...@@ -45,7 +45,7 @@ const base::Feature kForceUseAPDownloadProtection{
"ForceUseAPDownloadProtection", base::FEATURE_DISABLED_BY_DEFAULT}; "ForceUseAPDownloadProtection", base::FEATURE_DISABLED_BY_DEFAULT};
const base::Feature kPasswordProtectionForSavedPasswords{ const base::Feature kPasswordProtectionForSavedPasswords{
"SafeBrowsingPasswordProtectionForSignedInUsers", "SafeBrowsingPasswordProtectionForSavedPasswords",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_DISABLED_BY_DEFAULT};
const base::Feature kPasswordProtectionForSignedInUsers{ 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