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

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

Issue 63053003: Ask libaddressinput for address components to use in requestAutocomplete(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: let's try this again, android Created 7 years, 1 month 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/data_model_wrapper.h
diff --git a/chrome/browser/ui/autofill/data_model_wrapper.h b/chrome/browser/ui/autofill/data_model_wrapper.h
index eae86d30b2595125ec44c6cb715d82a032a122f0..91d2b381ef189ac1752825ca9a93e5748001911f 100644
--- a/chrome/browser/ui/autofill/data_model_wrapper.h
+++ b/chrome/browser/ui/autofill/data_model_wrapper.h
@@ -36,8 +36,8 @@ class DataModelWrapper {
virtual ~DataModelWrapper();
// Fills in |inputs| with the data that this model contains (|inputs| is an
- // out-param).
- void FillInputs(DetailInputs* inputs);
+ // out-param). |country_code| is the country used for |inputs|' section.
+ void FillInputs(DetailInputs* inputs, const std::string& country_code);
// Returns the data for a specific autocomplete type in a format for filling
// into a web form.

Powered by Google App Engine
This is Rietveld 408576698