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

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

Issue 11299323: [imperative autofill] handle filling in <select> (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: typo fix Created 8 years 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_controller.h
diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller.h b/chrome/browser/ui/autofill/autofill_dialog_controller.h
index f6934f4880f9351b0129e6200b13c0ecbb5ed80f..fbdae700721bfc2535e491d5b15cfd1312381992 100644
--- a/chrome/browser/ui/autofill/autofill_dialog_controller.h
+++ b/chrome/browser/ui/autofill/autofill_dialog_controller.h
@@ -17,6 +17,7 @@
#include "chrome/browser/ui/autofill/autofill_dialog_comboboxes.h"
#include "ui/base/models/combobox_model.h"
+class FormGroup;
class Profile;
namespace content {
@@ -121,6 +122,12 @@ class AutofillDialogController {
void FillOutputForSectionWithComparator(DialogSection section,
const InputFieldComparator& compare);
+ // Fills in |form_structure_| using |form_group|. Utility method for
+ // FillOutputForSection.
+ void FillFormStructureForSection(const FormGroup& form_group,
+ DialogSection section,
+ const InputFieldComparator& compare);
+
// Gets the SuggestionsComboboxModel for |section|.
SuggestionsComboboxModel* SuggestionsModelForSection(DialogSection section);

Powered by Google App Engine
This is Rietveld 408576698