summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/protocol/extension_specifics.proto
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sync/protocol/extension_specifics.proto')
-rw-r--r--chrome/browser/sync/protocol/extension_specifics.proto7
1 files changed, 1 insertions, 6 deletions
diff --git a/chrome/browser/sync/protocol/extension_specifics.proto b/chrome/browser/sync/protocol/extension_specifics.proto
index 25b98a0..e3e1dfb 100644
--- a/chrome/browser/sync/protocol/extension_specifics.proto
+++ b/chrome/browser/sync/protocol/extension_specifics.proto
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 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,8 +14,6 @@ option retain_unknown_fields = true;
package sync_pb;
-import "sync.proto";
-
// Properties of extension sync objects.
//
// Merge policy: the settings for the higher version number win; in
@@ -39,6 +37,3 @@ message ExtensionSpecifics {
optional string name = 6;
}
-extend EntitySpecifics {
- optional ExtensionSpecifics extension = 48119;
-}