| Index: sync/protocol/nigori_specifics.proto
|
| diff --git a/sync/protocol/nigori_specifics.proto b/sync/protocol/nigori_specifics.proto
|
| index 12c2ecfa10c85eb0159edc999172951b32356dd0..773c7ee1b34501698f92e9ed47cf92519c60274e 100644
|
| --- a/sync/protocol/nigori_specifics.proto
|
| +++ b/sync/protocol/nigori_specifics.proto
|
| @@ -138,5 +138,8 @@ message NigoriSpecifics {
|
| // giving the field a value.
|
| // THIS FIELD SHOULD ONLY BE SET BY THE SERVER.
|
| optional bool server_only_was_missing_keystore_migration_time = 40;
|
| +
|
| + // Boolean corresponding to whether arc pakcage items should be encrypted.
|
| + optional bool encrypt_arc_package = 41;
|
| }
|
|
|
|
|