| Index: components/sync/protocol/nigori_specifics.proto
|
| diff --git a/components/sync/protocol/nigori_specifics.proto b/components/sync/protocol/nigori_specifics.proto
|
| index f08c44355cffaec06f2be872d19a2a854d20935c..a63ff3726fccb2594d6849b462a344e9e9f293fd 100644
|
| --- a/components/sync/protocol/nigori_specifics.proto
|
| +++ b/components/sync/protocol/nigori_specifics.proto
|
| @@ -139,4 +139,7 @@ message NigoriSpecifics {
|
|
|
| // Boolean corresponding to whether arc pakcage items should be encrypted.
|
| optional bool encrypt_arc_package = 41;
|
| +
|
| + // Boolean corresponding to whether printer items should be encrypted.
|
| + optional bool encrypt_printers = 42;
|
| }
|
|
|