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

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

Issue 1151373006: Update Confirmation UI for saved password change (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 4 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 36d88dff5b41893a1598172b024d0bb3a001b108..c188e43e1af621e9cc70d0dc9f6cf711ace1d1fb 100644
--- a/components/password_manager/core/browser/test_password_store.h
+++ b/components/password_manager/core/browser/test_password_store.h
@@ -33,6 +33,8 @@ class TestPasswordStore : public PasswordStore {
// have entries of size 0.
bool IsEmpty() const;
+ void AddCredentials(const autofill::PasswordForm& form);
vasilii 2015/08/05 13:21:14 You can use AddLogin. The only place where you use
dvadym 2015/08/05 15:18:20 Thanks!
+
protected:
~TestPasswordStore() override;

Powered by Google App Engine
This is Rietveld 408576698