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

Side by Side 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 // 4 //
5 // Sync protocol datatype extension for nigori keys. 5 // Sync protocol datatype extension for nigori keys.
6 6
7 // Update proto_value_conversions{.h,.cc,_unittest.cc} if you change 7 // Update proto_value_conversions{.h,.cc,_unittest.cc} if you change
8 // any fields in this file. 8 // any fields in this file.
9 9
10 syntax = "proto2"; 10 syntax = "proto2";
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 // |keystore_migration_time| field value, and was fixed on the server by 135 // |keystore_migration_time| field value, and was fixed on the server by
136 // giving the field a value. 136 // giving the field a value.
137 // THIS FIELD SHOULD ONLY BE SET BY THE SERVER. 137 // THIS FIELD SHOULD ONLY BE SET BY THE SERVER.
138 optional bool server_only_was_missing_keystore_migration_time = 40; 138 optional bool server_only_was_missing_keystore_migration_time = 40;
139 139
140 // Boolean corresponding to whether arc pakcage items should be encrypted. 140 // Boolean corresponding to whether arc pakcage items should be encrypted.
141 optional bool encrypt_arc_package = 41; 141 optional bool encrypt_arc_package = 41;
142 142
143 // Boolean corresponding to whether printer items should be encrypted. 143 // Boolean corresponding to whether printer items should be encrypted.
144 optional bool encrypt_printers = 42; 144 optional bool encrypt_printers = 42;
145
146 // Boolean corresponding to whether reading list items should be encrypted.
147 optional bool encrypt_reading_list = 43;
145 } 148 }
OLDNEW
« 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