Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2899)

Unified Diff: components/password_manager/core/browser/password_store_default.cc

Issue 1730313004: Remove PasswordStore::AuthorizationPromptPolicy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/password_manager/core/browser/password_store_default.cc
diff --git a/components/password_manager/core/browser/password_store_default.cc b/components/password_manager/core/browser/password_store_default.cc
index c63ac27b32b309505a25a0e5bc0679329c8014d6..7544c9f9b29c9c64c27b82c7a6da3d274d856f1e 100644
--- a/components/password_manager/core/browser/password_store_default.cc
+++ b/components/password_manager/core/browser/password_store_default.cc
@@ -145,8 +145,7 @@ bool PasswordStoreDefault::RemoveStatisticsCreatedBetweenImpl(
}
ScopedVector<autofill::PasswordForm> PasswordStoreDefault::FillMatchingLogins(
- const autofill::PasswordForm& form,
- AuthorizationPromptPolicy prompt_policy) {
+ const autofill::PasswordForm& form) {
ScopedVector<autofill::PasswordForm> matched_forms;
if (login_db_ && !login_db_->GetLogins(form, &matched_forms))
return ScopedVector<autofill::PasswordForm>();

Powered by Google App Engine
This is Rietveld 408576698