| Index: chrome/browser/sync/protocol/password_specifics.proto
|
| diff --git a/chrome/browser/sync/protocol/password_specifics.proto b/chrome/browser/sync/protocol/password_specifics.proto
|
| index 49f134379746141e821ff6fbacb1f4b101f9aaf3..5b9efa7d9b6fa5b2cd4809feef363b6beea8b6d5 100644
|
| --- a/chrome/browser/sync/protocol/password_specifics.proto
|
| +++ b/chrome/browser/sync/protocol/password_specifics.proto
|
| @@ -15,7 +15,6 @@ option retain_unknown_fields = true;
|
| package sync_pb;
|
|
|
| import "encryption.proto";
|
| -import "sync.proto";
|
|
|
| // These are the properties that get serialized into the |encrypted| field of
|
| // PasswordSpecifics.
|
| @@ -40,6 +39,3 @@ message PasswordSpecifics {
|
| optional EncryptedData encrypted = 1;
|
| }
|
|
|
| -extend EntitySpecifics {
|
| - optional PasswordSpecifics password = 45873;
|
| -}
|
|
|