| Index: chrome/browser/sync/protocol/app_specifics.proto
|
| diff --git a/chrome/browser/sync/protocol/app_specifics.proto b/chrome/browser/sync/protocol/app_specifics.proto
|
| index 3a5e4389aad634553efb8d6eddbb182a3c8317f1..652c45b2f236558929bb7a26ed0df0bb2018889a 100644
|
| --- a/chrome/browser/sync/protocol/app_specifics.proto
|
| +++ b/chrome/browser/sync/protocol/app_specifics.proto
|
| @@ -14,7 +14,6 @@ option retain_unknown_fields = true;
|
|
|
| package sync_pb;
|
|
|
| -import "sync.proto";
|
| import "extension_specifics.proto";
|
|
|
| // Settings related to push notifications for apps.
|
| @@ -59,6 +58,3 @@ message AppSpecifics {
|
| optional string page_ordinal = 4;
|
| }
|
|
|
| -extend EntitySpecifics {
|
| - optional AppSpecifics app = 48364;
|
| -}
|
|
|