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

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

Issue 63053003: Ask libaddressinput for address components to use in requestAutocomplete(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . 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/autofill_dialog_types.h
diff --git a/chrome/browser/ui/autofill/autofill_dialog_types.h b/chrome/browser/ui/autofill/autofill_dialog_types.h
index 287457ccb5cfe176baa331d5eb05d90bb4e8a95a..4abd2c5904b5faffcf2556251ccccf5a1779359c 100644
--- a/chrome/browser/ui/autofill/autofill_dialog_types.h
+++ b/chrome/browser/ui/autofill/autofill_dialog_types.h
@@ -196,6 +196,7 @@ enum ValidationType {
typedef std::vector<DetailInput> DetailInputs;
typedef std::map<const DetailInput*, string16> DetailOutputMap;
+typedef std::map<ServerFieldType, base::string16> UserInputSnapshot;
Evan Stade 2013/11/25 19:52:06 what is the reason that both of these types need t
Dan Beam 2013/11/28 02:52:45 see: https://codereview.chromium.org/85863003/
// A validity message for a single input field.
struct ValidityMessage {

Powered by Google App Engine
This is Rietveld 408576698