summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/protocol/app_specifics.proto
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sync/protocol/app_specifics.proto')
-rw-r--r--chrome/browser/sync/protocol/app_specifics.proto6
1 files changed, 1 insertions, 5 deletions
diff --git a/chrome/browser/sync/protocol/app_specifics.proto b/chrome/browser/sync/protocol/app_specifics.proto
index 3a5e438..a7f09ec 100644
--- a/chrome/browser/sync/protocol/app_specifics.proto
+++ b/chrome/browser/sync/protocol/app_specifics.proto
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
@@ -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;
-}