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

Unified Diff: sync/protocol/password_specifics.proto

Issue 520583003: Sync new PasswordForm fields. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove the blank Created 6 years, 3 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: sync/protocol/password_specifics.proto
diff --git a/sync/protocol/password_specifics.proto b/sync/protocol/password_specifics.proto
index 218bad47cc43541111471b239246acf393cb30ed..1baf39dc812188f645301e355fc7acc456fb7322 100644
--- a/sync/protocol/password_specifics.proto
+++ b/sync/protocol/password_specifics.proto
@@ -34,6 +34,9 @@ message PasswordSpecificsData {
optional bool blacklisted = 12;
optional int32 type = 13;
optional int32 times_used = 14;
+ optional string display_name = 15;
+ optional string avatar_url = 16;
+ optional string federation_url = 17;
}
// Properties of password sync objects.

Powered by Google App Engine
This is Rietveld 408576698