Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(605)

Unified Diff: chrome/browser/ui/autofill/autofill_dialog_view.h

Issue 13625002: Change the behavior of the [X] Save details to Wallet checkbox notification to: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698