| Index: components/password_manager/core/browser/password_reuse_detection_manager.cc
|
| diff --git a/components/password_manager/core/browser/password_reuse_detection_manager.cc b/components/password_manager/core/browser/password_reuse_detection_manager.cc
|
| index d4942acfa58cb15032005520d31f21c588b5a51b..2025704b38b8781c83f0342354b1d3dccc2aabd9 100644
|
| --- a/components/password_manager/core/browser/password_reuse_detection_manager.cc
|
| +++ b/components/password_manager/core/browser/password_reuse_detection_manager.cc
|
| @@ -97,7 +97,8 @@ void PasswordReuseDetectionManager::OnReuseFound(
|
| #if defined(SAFE_BROWSING_DB_LOCAL)
|
| // TODO(jialiul): After CSD whitelist being added to Android, we should gate
|
| // this by either SAFE_BROWSING_DB_LOCAL or SAFE_BROWSING_DB_REMOTE.
|
| - client_->CheckProtectedPasswordEntry(legitimate_domain);
|
| + client_->CheckProtectedPasswordEntry(legitimate_domain,
|
| + password_field_detected);
|
| #endif
|
| }
|
|
|
|
|