Index: sync/protocol/nigori_specifics.proto |
diff --git a/sync/protocol/nigori_specifics.proto b/sync/protocol/nigori_specifics.proto |
index 87e6c3771f0dc636ac09c6f1e169f61e22900084..b32a8c3a9db92bbfda93f0af4042a0c6cc40d20d 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 public and the same for every user, thus |
Nicolas Zea
2014/01/22 00:43:39
I don't think public is the right term here. Perha
Pete Williamson
2014/01/22 19:51:10
Done.
|
+ // need not be encrypted (no user private information to protect). |
optional bool encrypt_bookmarks = 13; |
optional bool encrypt_preferences = 14; |
optional bool encrypt_autofill_profile = 15; |