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

Unified Diff: sync/protocol/synced_notification_specifics.proto

Issue 780363003: Delete deprecated synced notifications code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update comments in specifics Created 6 years 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
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;
}

Powered by Google App Engine
This is Rietveld 408576698