| 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 0ff43e1976a00dde3cd94040886bd75fcec2547e..8a116447b35c75ea01cd591bd4da0cb030936073 100644
|
| --- a/components/autofill/content/common/autofill_types.mojom
|
| +++ b/components/autofill/content/common/autofill_types.mojom
|
| @@ -146,6 +146,8 @@ struct PasswordFormFillData {
|
| struct PasswordFormGenerationData {
|
| uint64 form_signature;
|
| uint32 field_signature;
|
| + bool has_confirmation_field;
|
| + uint32 confirmation_field_signature;
|
| };
|
|
|
| // autofill::PasswordForm
|
|
|