Index: components/autofill/core/browser/form_structure.h |
diff --git a/components/autofill/core/browser/form_structure.h b/components/autofill/core/browser/form_structure.h |
index 7a9d915782a981f4f9f432369e1792f497dcdf75..f6ea12ff038c8cf647d588a9a281d9c8eeccaba0 100644 |
--- a/components/autofill/core/browser/form_structure.h |
+++ b/components/autofill/core/browser/form_structure.h |
@@ -142,6 +142,7 @@ class FormStructure { |
const std::vector<ServerFieldType>& types, |
const InputFieldComparator& matches, |
const base::Callback<base::string16(const AutofillType&)>& get_info, |
+ const std::string& info_language_code, |
Evan Stade
2014/07/17 17:25:31
this needs docs and a better name
please use gerrit instead
2014/07/17 23:42:10
Done.
|
const std::string& app_locale); |
// Returns the values that can be filled into the form structure for the |