Chromium Code Reviews| 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 { |