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 4503b996a32682e3d9408e33386ad4134cdfbccc..c7ebcea0b059438166d90a586179d38af4e07d06 100644 |
--- a/chrome/browser/ui/autofill/autofill_dialog_types.h |
+++ b/chrome/browser/ui/autofill/autofill_dialog_types.h |
@@ -214,6 +214,8 @@ class ValidityMessages { |
ValidityMessages(); |
~ValidityMessages(); |
+ // Sets the message for |field|, but will not overwrite a previous, invalid |
+ // message. |
void Set(ServerFieldType field, const ValidityMessage& message); |
const ValidityMessage& GetMessageOrDefault(ServerFieldType field) const; |