Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(126)

Unified Diff: sync/protocol/nigori_specifics.proto

Issue 143973006: New Sync datatype for Synced Notifications App Info (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698