Index: components/autofill/browser/wallet/wallet_client_delegate.h |
diff --git a/components/autofill/browser/wallet/wallet_client_delegate.h b/components/autofill/browser/wallet/wallet_client_delegate.h |
index 0148f07da0596373ddfed0905140813a7958991c..2125e0790118f3586d9129e664030388b709f7dc 100644 |
--- a/components/autofill/browser/wallet/wallet_client_delegate.h |
+++ b/components/autofill/browser/wallet/wallet_client_delegate.h |
@@ -79,9 +79,6 @@ class WalletClientDelegate { |
const std::string& address_id, |
const std::vector<RequiredAction>& required_actions) = 0; |
- // Called when a SendAutocheckoutStatus request finishes successfully. |
- virtual void OnDidSendAutocheckoutStatus() = 0; |
- |
// Called when an UpdateAddress request finishes successfully. |
// |required_actions| is populated if there was a validation error with the |
// data being saved. |