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; |
} |