Index: sync/protocol/synced_notification_specifics.proto |
diff --git a/sync/protocol/synced_notification_specifics.proto b/sync/protocol/synced_notification_specifics.proto |
index db82f525ee49b42eb0a102a87235da0c026c47f1..e745ce2f92c2d3eef0b6729373a4dcf8f79a7fc1 100644 |
--- a/sync/protocol/synced_notification_specifics.proto |
+++ b/sync/protocol/synced_notification_specifics.proto |
@@ -14,7 +14,11 @@ option retain_unknown_fields = true; |
package sync_pb; |
+import "server_render.proto"; |
+import "server_data.proto"; |
+ |
// Properties of SyncedNotificationSpecifics objects. |
message SyncedNotificationSpecifics { |
- // TODO(petewil): this is placeholder data, make a real one |
+ // The notification from the server. |
+ optional SyncedNotificationCoalesced coalesced_notification = 1; |
} |