Index: chrome/browser/ui/autofill/autofill_dialog_controller_impl.h |
diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h |
index 40f19bfca0bcb133d98644a19797af305eaa5a78..6d262eab4b13cddbcdb686796faf7b3f97aeba02 100644 |
--- a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h |
+++ b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h |
@@ -235,7 +235,7 @@ class AutofillDialogControllerImpl : public AutofillDialogController, |
// |view_|. |
void FillOutputForSection(DialogSection section); |
// As above, but uses |compare| to determine whether a DetailInput matches |
- // a field. |
+ // a field. NOTE: |compare| is ignored when |section| is SECTION_CC_BILLING. |
Ilya Sherman
2013/03/14 21:59:08
Please document that this method has the side-effe
Dan Beam
2013/03/15 02:15:01
Done.
|
void FillOutputForSectionWithComparator(DialogSection section, |
const InputFieldComparator& compare); |
@@ -283,7 +283,10 @@ class AutofillDialogControllerImpl : public AutofillDialogController, |
bool IsManuallyEditingSection(DialogSection section); |
// Whether the billing section should be used to fill in the shipping details. |
- bool UseBillingForShipping(); |
+ bool ShouldUseBillingForShipping(); |
+ |
+ // Whether the user wishes to save information locally to Autofill. |
+ bool ShouldSaveDetailsLocally(); |
// Start the submit proccess to interact with Online Wallet (might do various |
// things like accept documents, save details, update details, respond to |