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

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

Issue 13877016: Revert 195316 "Remove "Use billing for shipping" checkbox in fav..." (Closed) Base URL: svn://svn.chromium.org/chrome/
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: trunk/src/chrome/browser/ui/autofill/autofill_dialog_view.h
===================================================================
--- trunk/src/chrome/browser/ui/autofill/autofill_dialog_view.h (revision 195318)
+++ trunk/src/chrome/browser/ui/autofill/autofill_dialog_view.h (working copy)
@@ -47,6 +47,9 @@
// relevant.
virtual string16 GetCvc() = 0;
+ // Returns the state of the "use billing address for shipping" checkbox.
+ virtual bool UseBillingForShipping() = 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