| 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 49a0691399e0a7c90b1a21ea00a0efc839df3917..27dd293128526c3fde5b40060f17e7f0c66fbee8 100644
|
| --- a/components/password_manager/core/browser/password_reuse_detection_manager.cc
|
| +++ b/components/password_manager/core/browser/password_reuse_detection_manager.cc
|
| @@ -94,7 +94,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
|
| }
|
|
|
|
|