Index: components/autofill/content/common/autofill_types.mojom |
diff --git a/components/autofill/content/common/autofill_types.mojom b/components/autofill/content/common/autofill_types.mojom |
index 99303bd9be23a5704416c84bd8bd63c79057bdad..db88276fb243c75d0f9eb217761ddf9de2c6697e 100644 |
--- a/components/autofill/content/common/autofill_types.mojom |
+++ b/components/autofill/content/common/autofill_types.mojom |
@@ -64,6 +64,7 @@ enum PasswordFormFieldPredictionType { |
struct FormFieldData { |
string label; |
string name; |
+ string id; |
string value; |
string form_control_type; |
string autocomplete_attribute; |