Index: chrome/browser/sync/protocol/app_notification_specifics.proto |
diff --git a/chrome/browser/sync/protocol/app_notification_specifics.proto b/chrome/browser/sync/protocol/app_notification_specifics.proto |
index 46d0426de302362d7995d1577602b960556dccbe..58436c7ad004380eaccdaf2b3e2d65f7c4b9efe2 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; |
-} |