| Index: sync/protocol/synced_notification_specifics.proto
|
| diff --git a/sync/protocol/synced_notification_specifics.proto b/sync/protocol/synced_notification_specifics.proto
|
| index 373ac576320c019f412ed46f68d0168a3439cd73..361d3323b8a1b1bddc1eefcb432feda0c7c716f8 100644
|
| --- a/sync/protocol/synced_notification_specifics.proto
|
| +++ b/sync/protocol/synced_notification_specifics.proto
|
| @@ -3,6 +3,7 @@
|
| // found in the LICENSE file.
|
| //
|
| // Sync protocol datatype extension for synced notifications.
|
| +// DO NOT USE: This datatype is deprecated.
|
|
|
| // Update proto_value_conversions{.h,.cc,_unittest.cc} if you change
|
| // any fields in this file.
|
| @@ -14,11 +15,6 @@ option retain_unknown_fields = true;
|
|
|
| package sync_pb;
|
|
|
| -import "synced_notification_data.proto";
|
| -import "synced_notification_render.proto";
|
| -
|
| // Properties of SyncedNotificationSpecifics objects.
|
| message SyncedNotificationSpecifics {
|
| - // The notification from the server.
|
| - optional CoalescedSyncedNotification coalesced_notification = 1;
|
| }
|
|
|