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

Unified Diff: components/password_manager/core/browser/test_password_store.h

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/test_password_store.h
diff --git a/components/password_manager/core/browser/test_password_store.h b/components/password_manager/core/browser/test_password_store.h
index 7ee77eb068bc7820129c88032c090448c3a13a84..701f85ccc9b6dfc3adec2ee4ab90dc09ebb8a933 100644
--- a/components/password_manager/core/browser/test_password_store.h
+++ b/components/password_manager/core/browser/test_password_store.h
@@ -45,8 +45,7 @@ class TestPasswordStore : public PasswordStore {
PasswordStoreChangeList RemoveLoginImpl(
const autofill::PasswordForm& form) override;
ScopedVector<autofill::PasswordForm> FillMatchingLogins(
- const autofill::PasswordForm& form,
- PasswordStore::AuthorizationPromptPolicy prompt_policy) override;
+ const autofill::PasswordForm& form) override;
// Unused portions of PasswordStore interface
void ReportMetricsImpl(const std::string& sync_username,

Powered by Google App Engine
This is Rietveld 408576698