| Index: components/safe_browsing/password_protection/password_protection_service.cc
|
| diff --git a/components/safe_browsing/password_protection/password_protection_service.cc b/components/safe_browsing/password_protection/password_protection_service.cc
|
| index 02c472597d6d09d5644da0f540fa81cc00df7201..e23fee8e120c43f38727d5f473095fa55bf72626 100644
|
| --- a/components/safe_browsing/password_protection/password_protection_service.cc
|
| +++ b/components/safe_browsing/password_protection/password_protection_service.cc
|
| @@ -358,7 +358,7 @@ void PasswordProtectionService::RemoveContentSettingsOnURLsDeleted(
|
| int verdict_count = static_cast<int>(verdict_dictionary->size());
|
| stored_verdict_count_ = GetStoredVerdictCount() - verdict_count;
|
| content_settings_->ClearSettingsForOneTypeWithPredicate(
|
| - CONTENT_SETTINGS_TYPE_PASSWORD_PROTECTION,
|
| + CONTENT_SETTINGS_TYPE_PASSWORD_PROTECTION, base::Time(),
|
| base::Bind(&OriginMatchPrimaryPattern, url_key));
|
| }
|
| }
|
|
|