| 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 a45670fdc70596ea3a31bb804212699bf6033582..f549345cfcf0a4a47f5f2e52d62de9923c273dc1 100644
|
| --- a/components/password_manager/core/browser/password_reuse_detection_manager.cc
|
| +++ b/components/password_manager/core/browser/password_reuse_detection_manager.cc
|
| @@ -66,9 +66,7 @@ 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.
|
| - safe_browsing::PasswordProtectionService* password_protection_service =
|
| - client_->GetPasswordProtectionService();
|
| - password_protection_service->RecordPasswordReuse(main_frame_url_);
|
| + client_->CheckProtectedPasswordEntry(legitimate_domain);
|
| #endif
|
| }
|
|
|
|
|