Commit 8b71c7c0 authored by Mohamed Amir Yosef's avatar Mohamed Amir Yosef Committed by Commit Bot

[Passwords] Blacklist in the profile store for not-opted in butter users

The functionality is already implemented and even tested :-)
This CL is only add a comment to make the design decision more explicit!


Bug: 1012203
Change-Id: Ib62c51ab924e3172deffde7b8bc036f2ee824c48
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2127106
Commit-Queue: Mohamed Amir Yosef <mamir@chromium.org>
Reviewed-by: default avatarMarc Treib <treib@chromium.org>
Cr-Commit-Position: refs/heads/master@{#754987}
parent 3162a992
......@@ -157,6 +157,8 @@ void MultiStorePasswordSaveManager::PermanentlyBlacklist(
PasswordForm::Store::kAccountStore) {
account_store_form_saver_->PermanentlyBlacklist(form_digest);
} else {
// For users who aren't yet opted-in to the account storage, we store their
// blacklisted entries in the profile store.
form_saver_->PermanentlyBlacklist(form_digest);
}
}
......
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