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

Unified Diff: sync/protocol/sync.proto

Issue 11961030: [Sync] Make SESSIONS an implicit type (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleanup Created 7 years, 10 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/sync.proto
diff --git a/sync/protocol/sync.proto b/sync/protocol/sync.proto
index 44dd59086e16e83dc32fbb47080a9c86ee163581..ed651136a02420978655070c8801fc9e30ec2560 100644
--- a/sync/protocol/sync.proto
+++ b/sync/protocol/sync.proto
@@ -366,8 +366,12 @@ message ChromiumExtensionsActivity {
// Client specific configuration information.
message ClientConfigParams {
- // The set of data types this client has enabled.
+ // The set of data types this client has enabled (does not include proxy
+ // types).
tim (not reviewing) 2013/02/09 01:23:59 'does not include proxy types, as these don't have
Nicolas Zea 2013/02/12 23:44:49 Done.
repeated int32 enabled_type_ids = 1;
+
+ // Whether the TABS proxy datatype is enabled on this client.
+ optional bool tabs_datatype_enabled = 2;
Raz Mathias 2013/02/09 01:33:48 Please add a definition of "proxy type" to the pro
Nicolas Zea 2013/02/12 23:44:49 Added to the comment above.
};
message CommitMessage {

Powered by Google App Engine
This is Rietveld 408576698