Index: sync/protocol/nigori_specifics.proto |
diff --git a/sync/protocol/nigori_specifics.proto b/sync/protocol/nigori_specifics.proto |
index 87e6c3771f0dc636ac09c6f1e169f61e22900084..407281f0a6708b57dffde9306f5e1bdd74736dee 100644 |
--- a/sync/protocol/nigori_specifics.proto |
+++ b/sync/protocol/nigori_specifics.proto |
@@ -55,6 +55,8 @@ message NigoriSpecifics { |
// thus can't be encrypted. |
// Synced Notifications need to be consumed by the server (the read flag) |
// and thus can't be encrypted. |
+ // Synced Notification App Info is set by the server, and thus cannot be |
+ // encrypted. |
optional bool encrypt_bookmarks = 13; |
optional bool encrypt_preferences = 14; |
optional bool encrypt_autofill_profile = 15; |