| 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 a1156996ec68a301e583748a5377cc51a6217c5c..bfefef123961ff6e967b41c7a56fad0147f91b26 100644
|
| --- a/components/autofill/content/browser/autocheckout_request_manager.h
|
| +++ b/components/autofill/content/browser/autocheckout_request_manager.h
|
| @@ -60,27 +60,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;
|
|
|
|
|