| Index: components/autofill/core/common/password_form.h
|
| diff --git a/components/autofill/core/common/password_form.h b/components/autofill/core/common/password_form.h
|
| index c2ec02e9c5dfcc4b6fa13046fb704db59fe18652..2c82729170fb19f97e67a56ed3a778f5fa119cb6 100644
|
| --- a/components/autofill/core/common/password_form.h
|
| +++ b/components/autofill/core/common/password_form.h
|
| @@ -182,6 +182,12 @@ struct PasswordForm {
|
| // When parsing an HTML form, this is not used.
|
| int times_used;
|
|
|
| + // True if additional system level authentication should be used
|
| + // (if available) before using this password for autofill.
|
| + //
|
| + // Default to false.
|
| + bool use_additional_authentication;
|
| +
|
| // Autofill representation of this form. Used to communicate with the
|
| // Autofill servers if necessary. Currently this is only used to help
|
| // determine forms where we can trigger password generation.
|
|
|