summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/protocol/app_notification_specifics.proto
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sync/protocol/app_notification_specifics.proto')
-rw-r--r--chrome/browser/sync/protocol/app_notification_specifics.proto5
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/browser/sync/protocol/app_notification_specifics.proto b/chrome/browser/sync/protocol/app_notification_specifics.proto
index 46d0426..58436c7 100644
--- a/chrome/browser/sync/protocol/app_notification_specifics.proto
+++ b/chrome/browser/sync/protocol/app_notification_specifics.proto
@@ -14,8 +14,6 @@ option retain_unknown_fields = true;
package sync_pb;
-import "sync.proto";
-
// Properties of an app notification.
// An App Notification, to be delivered from Chrome Apps to the
@@ -44,6 +42,3 @@ message AppNotification {
optional string link_text = 7;
}
-extend EntitySpecifics {
- optional AppNotification app_notification = 45184;
-}