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

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: Address comments Created 7 years, 11 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 0c24571b05e217771a7a36d2f12f0453a1ff39e0..b6093db737e6ddcd5ddf0cae6091c009629ffe3d 100644
--- a/sync/protocol/sync.proto
+++ b/sync/protocol/sync.proto
@@ -108,6 +108,7 @@ message EntitySpecifics {
optional DeviceInfoSpecifics device_info = 154522;
optional ExperimentsSpecifics experiments = 161496;
optional PriorityPreferenceSpecifics priority_preference = 163425;
+ optional string tab = 174470; // Placeholder for tabs, a virtual datatype.
Raz Mathias 2013/01/19 01:29:17 i didn't realize that local/virtual types would ha
}
message SyncEntity {
« 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