Chromium Code Reviews| Index: components/autofill/content/browser/wallet/wallet_client_delegate.h |
| diff --git a/components/autofill/content/browser/wallet/wallet_client_delegate.h b/components/autofill/content/browser/wallet/wallet_client_delegate.h |
| index 675ce0ad592ef9517044bad04ba659f62770bc61..588320bd3874f5e7eef4f3153a0a55d2d8371ca8 100644 |
| --- a/components/autofill/content/browser/wallet/wallet_client_delegate.h |
| +++ b/components/autofill/content/browser/wallet/wallet_client_delegate.h |
| @@ -43,6 +43,15 @@ class WalletClientDelegate { |
| // Wallet. |
| virtual std::string GetWalletCookieValue() const = 0; |
| + // Whether or not shipping address is required by the delegate. |
| + virtual bool IsShippingAddressRequired() const = 0; |
| + |
| + // Whether or not the delegate can use minimal addresses. |
| + virtual bool IsMinimalAddressAccepted() const = 0; |
| + |
| + // Whether or not phone numbers are required by the delegate. |
| + virtual bool IsPhoneNumberRequired() const = 0; |
|
Dan Beam
2013/07/25 19:37:03
^ are there any real uses of these bottom 2 method
ahutter
2013/07/26 16:03:36
Nope. Removed.
|
| + |
| // -------------------------------------------------------------------------- |
| // Callbacks called with responses from the Online Wallet backend. |
| // -------------------------------------------------------------------------- |