Commit a2821b54 authored by Viktor Semeniuk's avatar Viktor Semeniuk Committed by Commit Bot

[iOS] Enabling password check by default for iOS

Bug: 1075494
Change-Id: I521f4bf8999b2103fde3c930b96fa013dfae0a12
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2498603Reviewed-by: default avatarJan Wilken Dörrie <jdoerrie@chromium.org>
Commit-Queue: Viktor Semeniuk <vsemeniuk@google.com>
Cr-Commit-Position: refs/heads/master@{#820814}
parent 592d5c78
...@@ -66,7 +66,7 @@ const base::Feature kPasswordChangeInSettings = { ...@@ -66,7 +66,7 @@ const base::Feature kPasswordChangeInSettings = {
// Enables the bulk Password Check feature for signed in users. // Enables the bulk Password Check feature for signed in users.
const base::Feature kPasswordCheck = {"PasswordCheck", const base::Feature kPasswordCheck = {"PasswordCheck",
#if defined(OS_ANDROID) || defined(OS_IOS) #if defined(OS_ANDROID)
base::FEATURE_DISABLED_BY_DEFAULT base::FEATURE_DISABLED_BY_DEFAULT
#else #else
base::FEATURE_ENABLED_BY_DEFAULT base::FEATURE_ENABLED_BY_DEFAULT
......
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