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

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

Issue 316243002: Add date_synced to PasswordForm. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 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.
//

Powered by Google App Engine
This is Rietveld 408576698