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

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

Issue 12815002: requestAutocomplete: Fill |form_structure_| from Online Wallet data (including (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 9 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
« no previous file with comments | « no previous file | chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..15b7b63ca11c5c691245504c6be668c360b7c4fc 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. Saves any new Autofill data to the PersonalDataManager.
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
« no previous file with comments | « no previous file | chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698