Index: sync/protocol/nigori_specifics.proto |
diff --git a/sync/protocol/nigori_specifics.proto b/sync/protocol/nigori_specifics.proto |
index e591408f9e60be35e4ae401aa34489bd8851bfc7..a5aadb8d567a9fc3f361cfe76150477fb3845fed 100644 |
--- a/sync/protocol/nigori_specifics.proto |
+++ b/sync/protocol/nigori_specifics.proto |
@@ -112,5 +112,9 @@ message NigoriSpecifics { |
// Note: this field may not be set if the custom passphrase was applied before |
// this field was introduced. |
optional int64 custom_passphrase_time = 33; |
+ |
+ // Boolean corresponding to whether custom spelling dictionary should be |
+ // encrypted. |
+ optional bool encrypt_dictionary = 34; |
} |