| Index: sync/protocol/nigori_specifics.proto
|
| diff --git a/sync/protocol/nigori_specifics.proto b/sync/protocol/nigori_specifics.proto
|
| index 407281f0a6708b57dffde9306f5e1bdd74736dee..eaefe78d0439fdf9f96380758fa67e1661544fdc 100644
|
| --- a/sync/protocol/nigori_specifics.proto
|
| +++ b/sync/protocol/nigori_specifics.proto
|
| @@ -128,5 +128,9 @@ message NigoriSpecifics {
|
|
|
| // Boolean corresponding to whether app list items should be encrypted.
|
| optional bool encrypt_app_list = 38;
|
| +
|
| + // Boolean corresponding to whether usage count and last use date of Wallet
|
| + // data should be encrypted.
|
| + optional bool encrypt_autofill_wallet_metadata = 39;
|
| }
|
|
|
|
|