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

Unified Diff: components/sync/protocol/nigori_specifics.proto

Issue 2241583003: Creating protobuf for reading list sync (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 3 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: components/sync/protocol/nigori_specifics.proto
diff --git a/components/sync/protocol/nigori_specifics.proto b/components/sync/protocol/nigori_specifics.proto
index a63ff3726fccb2594d6849b462a344e9e9f293fd..9e93e5271ca164189e2a710898c89365c230ded0 100644
--- a/components/sync/protocol/nigori_specifics.proto
+++ b/components/sync/protocol/nigori_specifics.proto
@@ -142,4 +142,7 @@ message NigoriSpecifics {
// Boolean corresponding to whether printer items should be encrypted.
optional bool encrypt_printers = 42;
+
+ // Boolean corresponding to whether reading list items should be encrypted.
+ optional bool encrypt_reading_list = 43;
}
« no previous file with comments | « components/sync/driver/user_selectable_sync_type.h ('k') | components/sync/protocol/proto_enum_conversions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698