| Index: chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
|
| diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
|
| index eadf103cd6f26e02a8be9aae1f4487c8b540e777..4d2c93e1fc0300fdee6836844b7954f475785939 100644
|
| --- a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
|
| +++ b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
|
| @@ -206,6 +206,7 @@ class AutofillDialogControllerImpl : public AutofillDialogController,
|
| virtual DialogType GetDialogType() const OVERRIDE;
|
| virtual std::string GetRiskData() const OVERRIDE;
|
| virtual std::string GetWalletCookieValue() const OVERRIDE;
|
| + virtual bool IsShippingAddressRequired() const OVERRIDE;
|
| virtual void OnDidAcceptLegalDocuments() OVERRIDE;
|
| virtual void OnDidAuthenticateInstrument(bool success) OVERRIDE;
|
| virtual void OnDidGetFullWallet(
|
|
|