Index: sync/protocol/nigori_specifics.proto |
diff --git a/sync/protocol/nigori_specifics.proto b/sync/protocol/nigori_specifics.proto |
index 6b3b06689fa5d8d856fc531e4a0afe1a2eb5678f..ee2080b5ffd4c14899a8535a7dd4fe362e71bf01 100644 |
--- a/sync/protocol/nigori_specifics.proto |
+++ b/sync/protocol/nigori_specifics.proto |
@@ -108,5 +108,7 @@ 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; |
+ |
+ optional bool encrypt_history_delete_directives = 34; |
Nicolas Zea
2012/10/15 19:03:57
see comment in nigori util. I'm not sure it makes
akalin
2012/10/15 20:21:21
Removed, added comment.
|
} |