Chromium Code Reviews| 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 { |