| Index: components/autofill/content/browser/autocheckout_request_manager.cc
|
| diff --git a/components/autofill/content/browser/autocheckout_request_manager.cc b/components/autofill/content/browser/autocheckout_request_manager.cc
|
| index 22c9f5d64666eed8c859481c1d92e8d875ed97d7..6bc07be30fdf608b6349e1c7882e2a86d9b6e8ff 100644
|
| --- a/components/autofill/content/browser/autocheckout_request_manager.cc
|
| +++ b/components/autofill/content/browser/autocheckout_request_manager.cc
|
| @@ -77,21 +77,8 @@ void AutocheckoutRequestManager::OnDidGetWalletItems(
|
| NOTREACHED();
|
| }
|
|
|
| -void AutocheckoutRequestManager::OnDidSaveAddress(
|
| - const std::string& address_id,
|
| - const std::vector<wallet::RequiredAction>& required_actions,
|
| - const std::vector<wallet::FormFieldError>& form_field_errors) {
|
| - NOTREACHED();
|
| -}
|
| -
|
| -void AutocheckoutRequestManager::OnDidSaveInstrument(
|
| - const std::string& instrument_id,
|
| - const std::vector<wallet::RequiredAction>& required_actions,
|
| - const std::vector<wallet::FormFieldError>& form_field_errors) {
|
| - NOTREACHED();
|
| -}
|
|
|
| -void AutocheckoutRequestManager::OnDidSaveInstrumentAndAddress(
|
| +void AutocheckoutRequestManager::OnDidSaveToWallet(
|
| const std::string& instrument_id,
|
| const std::string& address_id,
|
| const std::vector<wallet::RequiredAction>& required_actions,
|
| @@ -99,20 +86,6 @@ void AutocheckoutRequestManager::OnDidSaveInstrumentAndAddress(
|
| NOTREACHED();
|
| }
|
|
|
| -void AutocheckoutRequestManager::OnDidUpdateAddress(
|
| - const std::string& address_id,
|
| - const std::vector<wallet::RequiredAction>& required_actions,
|
| - const std::vector<wallet::FormFieldError>& form_field_errors) {
|
| - NOTREACHED();
|
| -}
|
| -
|
| -void AutocheckoutRequestManager::OnDidUpdateInstrument(
|
| - const std::string& instrument_id,
|
| - const std::vector<wallet::RequiredAction>& required_actions,
|
| - const std::vector<wallet::FormFieldError>& form_field_errors) {
|
| - NOTREACHED();
|
| -}
|
| -
|
| void AutocheckoutRequestManager::OnWalletError(
|
| wallet::WalletClient::ErrorType error_type) {
|
| // Nothing to be done. |error_type| is logged by |metric_logger_|.
|
|
|