diff options
Diffstat (limited to 'chrome/browser/sync/protocol/extension_setting_specifics.proto')
-rw-r--r-- | chrome/browser/sync/protocol/extension_setting_specifics.proto | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/chrome/browser/sync/protocol/extension_setting_specifics.proto b/chrome/browser/sync/protocol/extension_setting_specifics.proto index ff9f029..62947c5 100644 --- a/chrome/browser/sync/protocol/extension_setting_specifics.proto +++ b/chrome/browser/sync/protocol/extension_setting_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,8 +14,6 @@ option retain_unknown_fields = true; package sync_pb; -import "sync.proto"; - // Properties of extension setting sync objects. message ExtensionSettingSpecifics { // Id of the extension the setting is for. @@ -28,6 +26,3 @@ message ExtensionSettingSpecifics { optional string value = 3; } -extend EntitySpecifics { - optional ExtensionSettingSpecifics extension_setting = 96159; -} |