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..2ec9f4666ec49ddcc044572064e0c48082abb85b 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 "synced_notification_render.proto"; |
+import "synced_notification_data.proto"; |
Nicolas Zea
2013/01/29 01:17:02
put these in abc order
Pete Williamson
2013/01/29 02:10:37
Done.
|
+ |
// Properties of SyncedNotificationSpecifics objects. |
message SyncedNotificationSpecifics { |
- // TODO(petewil): this is placeholder data, make a real one |
+ // The notification from the server. |
+ optional CoalescedSyncedNotification coalesced_notification = 1; |
} |