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

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

Issue 397233002: Use language-specific street address line separators (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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/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

Powered by Google App Engine
This is Rietveld 408576698