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

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

Issue 401103004: Revert of 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/autofill_field.h
diff --git a/components/autofill/core/browser/autofill_field.h b/components/autofill/core/browser/autofill_field.h
index b810e76010cef8ce961ae903adce385e093dc2d3..f0b1e7ef2b35eb237ff656f2b5d6e720b0c58182 100644
--- a/components/autofill/core/browser/autofill_field.h
+++ b/components/autofill/core/browser/autofill_field.h
@@ -65,13 +65,11 @@
void set_default_value(const std::string& value) { default_value_ = value; }
const std::string& default_value() const { return default_value_; }
- // Set |field_data|'s value to |value|. Uses |field|, |address_language_code|,
- // and |app_locale| as hints when filling exceptional cases like phone number
- // values and <select> fields. Returns |true| if the field has been filled,
- // |false| otherwise.
+ // Set |field_data|'s value to |value|. Uses |field| and |app_locale| as
+ // hints when filling exceptional cases like phone number values and <select>
+ // fields. Returns |true| if the field has been filled, |false| otherwise.
static bool FillFormField(const AutofillField& field,
const base::string16& value,
- const std::string& address_language_code,
const std::string& app_locale,
FormFieldData* field_data);
« no previous file with comments | « chrome/browser/ui/autofill/data_model_wrapper.cc ('k') | components/autofill/core/browser/autofill_field.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698