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; |