Index: sync/protocol/nigori_specifics.proto |
diff --git a/sync/protocol/nigori_specifics.proto b/sync/protocol/nigori_specifics.proto |
index c904783adbd8bd6ff1b73ae7d519826016964b68..a9c5ae3b0deaae97cef729273ada301c54ff166f 100644 |
--- a/sync/protocol/nigori_specifics.proto |
+++ b/sync/protocol/nigori_specifics.proto |
@@ -110,5 +110,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; |
} |