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

Unified Diff: ios/chrome/browser/passwords/credential_manager.h

Issue 2517993004: Refactor CredentialManagerImpl::Get. It should use PasswordStore::GetLogins(). (Closed)
Patch Set: use set Created 4 years, 1 month 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: ios/chrome/browser/passwords/credential_manager.h
diff --git a/ios/chrome/browser/passwords/credential_manager.h b/ios/chrome/browser/passwords/credential_manager.h
index 9fab4225582da03e81986a568e25bf20a9b5bdf2..79b32cb8676e3386df53dd82a1459c445429dce2 100644
--- a/ios/chrome/browser/passwords/credential_manager.h
+++ b/ios/chrome/browser/passwords/credential_manager.h
@@ -64,8 +64,6 @@ class CredentialManager
const password_manager::SendCredentialCallback& send_callback,
const autofill::PasswordForm* form) override;
password_manager::PasswordManagerClient* client() const override;
- password_manager::PasswordStore::FormDigest GetSynthesizedFormForOrigin()
- const override;
// password_manager::CredentialManagerPendingRequireUserMediationTaskDelegate:
password_manager::PasswordStore* GetPasswordStore() override;

Powered by Google App Engine
This is Rietveld 408576698