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 68dcf723611e9d0205403cd9f2dd05659fe075db..da6c4d6e9bcca061ac61dc91a987822dc902cebe 100644 |
--- a/ios/chrome/browser/passwords/credential_manager.h |
+++ b/ios/chrome/browser/passwords/credential_manager.h |
@@ -58,11 +58,9 @@ |
bool IsZeroClickAllowed() const override; |
GURL GetOrigin() const override; |
void SendCredential( |
- const password_manager::SendCredentialCallback& send_callback, |
+ int id, |
const password_manager::CredentialInfo& credential) override; |
- void SendPasswordForm( |
- const password_manager::SendCredentialCallback& send_callback, |
- const autofill::PasswordForm* form) override; |
+ void SendPasswordForm(int id, const autofill::PasswordForm* form) override; |
password_manager::PasswordManagerClient* client() const override; |
autofill::PasswordForm GetSynthesizedFormForOrigin() const override; |
@@ -85,9 +83,6 @@ |
// The page origin is untrusted. |
ERROR_TYPE_SECURITY_ERROR_UNTRUSTED_ORIGIN, |
}; |
- |
- void SendCredentialByID(int request_id, |
- const password_manager::CredentialInfo& credential); |
// Sends a message via |js_manager_| to resolve the JavaScript Promise |
// associated with |request_id|. Invoked after a page-initiated credential |