Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(201)

Unified Diff: components/autofill/core/common/password_form.h

Issue 139253004: Add the database field to require additional auth for autofilling passwords. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add comment to IPC message about excluded field. Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698