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

Unified Diff: sync/protocol/synced_notification_specifics.proto

Issue 11745024: Synced Notification Sync Change Processor (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Synced Notification Change Processor - remove unused header 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/synced_notification_render.proto ('k') | sync/sync_proto.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..373ac576320c019f412ed46f68d0168a3439cd73 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_data.proto";
+import "synced_notification_render.proto";
+
// 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;
}
« no previous file with comments | « sync/protocol/synced_notification_render.proto ('k') | sync/sync_proto.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698