| Index: sync/protocol/nigori_specifics.proto
|
| diff --git a/sync/protocol/nigori_specifics.proto b/sync/protocol/nigori_specifics.proto
|
| index a5aadb8d567a9fc3f361cfe76150477fb3845fed..4821eb64e0f6c32a91503c8982a8b84ee77fcd25 100644
|
| --- a/sync/protocol/nigori_specifics.proto
|
| +++ b/sync/protocol/nigori_specifics.proto
|
| @@ -116,5 +116,8 @@ message NigoriSpecifics {
|
| // Boolean corresponding to whether custom spelling dictionary should be
|
| // encrypted.
|
| optional bool encrypt_dictionary = 34;
|
| +
|
| + // Boolean corresponding to Whether to encrypt favicons data or not.
|
| + optional bool encrypt_favicons = 35;
|
| }
|
|
|
|
|