| Index: components/autofill/content/browser/autocheckout_request_manager.h
|
| diff --git a/components/autofill/content/browser/autocheckout_request_manager.h b/components/autofill/content/browser/autocheckout_request_manager.h
|
| index ce70ac643f605eb9e6433a1df30c1b9d6d8b2cde..854fa4b069e702c7e963638f2b0812a71e4e3365 100644
|
| --- a/components/autofill/content/browser/autocheckout_request_manager.h
|
| +++ b/components/autofill/content/browser/autocheckout_request_manager.h
|
| @@ -61,27 +61,11 @@ class AutocheckoutRequestManager : public base::SupportsUserData::Data,
|
| scoped_ptr<wallet::FullWallet> full_wallet) OVERRIDE;
|
| virtual void OnDidGetWalletItems(
|
| scoped_ptr<wallet::WalletItems> wallet_items) OVERRIDE;
|
| - virtual void OnDidSaveAddress(
|
| - const std::string& address_id,
|
| - const std::vector<wallet::RequiredAction>& required_actions,
|
| - const std::vector<wallet::FormFieldError>& form_field_errors) OVERRIDE;
|
| - virtual void OnDidSaveInstrument(
|
| - const std::string& instrument_id,
|
| - const std::vector<wallet::RequiredAction>& required_actions,
|
| - const std::vector<wallet::FormFieldError>& form_field_errors) OVERRIDE;
|
| - virtual void OnDidSaveInstrumentAndAddress(
|
| + virtual void OnDidSaveToWallet(
|
| const std::string& instrument_id,
|
| const std::string& address_id,
|
| const std::vector<wallet::RequiredAction>& required_actions,
|
| const std::vector<wallet::FormFieldError>& form_field_errors) OVERRIDE;
|
| - virtual void OnDidUpdateAddress(
|
| - const std::string& address_id,
|
| - const std::vector<wallet::RequiredAction>& required_actions,
|
| - const std::vector<wallet::FormFieldError>& form_field_errors) OVERRIDE;
|
| - virtual void OnDidUpdateInstrument(
|
| - const std::string& instrument_id,
|
| - const std::vector<wallet::RequiredAction>& required_actions,
|
| - const std::vector<wallet::FormFieldError>& form_field_errors) OVERRIDE;
|
| virtual void OnWalletError(
|
| wallet::WalletClient::ErrorType error_type) OVERRIDE;
|
|
|
|
|