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

Unified Diff: components/autofill/core/browser/autofill_data_model.h

Issue 22009003: [Autofill] Distinguish between native field types and potentially HTML field types. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 4 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: components/autofill/core/browser/autofill_data_model.h
diff --git a/components/autofill/core/browser/autofill_data_model.h b/components/autofill/core/browser/autofill_data_model.h
index 24739dae7ac70d319aafff112c8007bb48f62c14..0f2cd33f0ff83742a383b0d9d957200b880ca3cb 100644
--- a/components/autofill/core/browser/autofill_data_model.h
+++ b/components/autofill/core/browser/autofill_data_model.h
@@ -32,7 +32,7 @@ class AutofillDataModel : public FormGroup {
// Fills in select control with data matching |type| from |this|.
// Public for testing purposes.
- void FillSelectControl(AutofillFieldType type,
+ void FillSelectControl(const AutofillType& type,
const std::string& app_locale,
FormFieldData* field_data) const;
« no previous file with comments | « components/autofill/core/browser/autofill_common_test.cc ('k') | components/autofill/core/browser/autofill_data_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698