| Index: chrome/browser/ui/autofill/autofill_dialog_view.h
|
| diff --git a/chrome/browser/ui/autofill/autofill_dialog_view.h b/chrome/browser/ui/autofill/autofill_dialog_view.h
|
| index 0eea9e9975e986a18d7aa9e87f31a855d325cd9b..55983d513c06f9149ed6032355fd37567e8d0781 100644
|
| --- a/chrome/browser/ui/autofill/autofill_dialog_view.h
|
| +++ b/chrome/browser/ui/autofill/autofill_dialog_view.h
|
| @@ -50,9 +50,6 @@ class AutofillDialogView {
|
| // Returns the state of the "use billing address for shipping" checkbox.
|
| virtual bool UseBillingForShipping() = 0;
|
|
|
| - // Returns true if current input should be saved in Wallet (if it differs).
|
| - virtual bool SaveDetailsInWallet() = 0;
|
| -
|
| // Returns true if new or edited autofill details should be saved.
|
| virtual bool SaveDetailsLocally() = 0;
|
|
|
|
|