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 2c82729170fb19f97e67a56ed3a778f5fa119cb6..17287caa84cdc91c13b531c360870112542adad8 100644 |
--- a/components/autofill/core/common/password_form.h |
+++ b/components/autofill/core/common/password_form.h |
@@ -159,6 +159,12 @@ struct PasswordForm { |
// When parsing an HTML form, this is not used. |
base::Time date_created; |
+ // When the login was downloaded from the sync server. For local passwords is |
+ // not used. |
+ // |
+ // When parsing an HTML form, this is not used. |
+ base::Time date_synced; |
+ |
// Tracks if the user opted to never remember passwords for this form. Default |
// to false. |
// |