Chromium Code Reviews

Unified Diff: sync/protocol/nigori_specifics.proto

Issue 11445002: Sync user's custom spellcheck dictionary (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix compile on some platforms Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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;
}

Powered by Google App Engine