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 fdcbf6a8fd4b7048ea6c582612ec6d544aa5754c..a824a1af666e32a9a25c476fe6c6fa6a3a42bcb5 100644 |
--- a/chrome/browser/ui/autofill/autofill_dialog_view.h |
+++ b/chrome/browser/ui/autofill/autofill_dialog_view.h |
@@ -49,9 +49,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; |