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

Unified Diff: sync/protocol/sync.proto

Issue 12286007: Revert "Revert 182527" ([Sync] Make SESSIONS an implicit type) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase 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
« no previous file with comments | « sync/protocol/proto_value_conversions_unittest.cc ('k') | sync/syncable/model_type.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/protocol/sync.proto
diff --git a/sync/protocol/sync.proto b/sync/protocol/sync.proto
index 468da889013845c66120bcc9396853cb4e82ded4..7cb80dce3b299e14595eafcce1a2df3ec5dd6c85 100644
--- a/sync/protocol/sync.proto
+++ b/sync/protocol/sync.proto
@@ -370,8 +370,13 @@ 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. Note that this does not
+ // include proxy types, as they do not have protocol field numbers and are
+ // placeholder types that implicitly enable protocol types.
repeated int32 enabled_type_ids = 1;
+
+ // Whether the PROXY_TABS proxy datatype is enabled on this client.
+ optional bool tabs_datatype_enabled = 2;
};
message CommitMessage {
« no previous file with comments | « sync/protocol/proto_value_conversions_unittest.cc ('k') | sync/syncable/model_type.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698