| 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..8de95046e5f148db35fe1b983933c9be211f1e18 100644
|
| --- a/components/autofill/content/browser/wallet/wallet_client_delegate.h
|
| +++ b/components/autofill/content/browser/wallet/wallet_client_delegate.h
|
| @@ -43,6 +43,9 @@ class WalletClientDelegate {
|
| // Wallet.
|
| virtual std::string GetWalletCookieValue() const = 0;
|
|
|
| + // Whether or not shipping address is required by the delegate.
|
| + virtual bool IsShippingAddressRequired() const = 0;
|
| +
|
| // --------------------------------------------------------------------------
|
| // Callbacks called with responses from the Online Wallet backend.
|
| // --------------------------------------------------------------------------
|
|
|