| 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.
|
|
|