| 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 854fa4b069e702c7e963638f2b0812a71e4e3365..103fdd0b4bb2f58d68c179d6b8d8224754676173 100644
|
| --- a/components/autofill/content/browser/autocheckout_request_manager.h
|
| +++ b/components/autofill/content/browser/autocheckout_request_manager.h
|
| @@ -55,6 +55,9 @@ class AutocheckoutRequestManager : public base::SupportsUserData::Data,
|
| virtual DialogType GetDialogType() const OVERRIDE;
|
| virtual std::string GetRiskData() const OVERRIDE;
|
| virtual std::string GetWalletCookieValue() const OVERRIDE;
|
| + virtual bool IsShippingAddressRequired() const OVERRIDE;
|
| + virtual bool IsMinimalAddressAccepted() const OVERRIDE;
|
| + virtual bool IsPhoneNumberRequired() const OVERRIDE;
|
| virtual void OnDidAcceptLegalDocuments() OVERRIDE;
|
| virtual void OnDidAuthenticateInstrument(bool success) OVERRIDE;
|
| virtual void OnDidGetFullWallet(
|
|
|