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..910f28054906a0fcb6a62a074bb8fdd79a202e9e 100644 |
--- a/sync/protocol/synced_notification_specifics.proto |
+++ b/sync/protocol/synced_notification_specifics.proto |
@@ -3,9 +3,7 @@ |
// found in the LICENSE file. |
// |
// Sync protocol datatype extension for synced notifications. |
- |
-// Update proto_value_conversions{.h,.cc,_unittest.cc} if you change |
-// any fields in this file. |
+// DO NOT USE: This datatype is deprecated. |
syntax = "proto2"; |
@@ -14,11 +12,6 @@ option retain_unknown_fields = true; |
package sync_pb; |
-import "synced_notification_data.proto"; |
-import "synced_notification_render.proto"; |
- |
-// Properties of SyncedNotificationSpecifics objects. |
+// This message is kept around for backwards compatibility sake. |
message SyncedNotificationSpecifics { |
- // The notification from the server. |
- optional CoalescedSyncedNotification coalesced_notification = 1; |
} |