diff options
author | yoz@chromium.org <yoz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-08 12:26:44 +0000 |
---|---|---|
committer | yoz@chromium.org <yoz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-08 12:26:44 +0000 |
commit | 386db357d8398cb6d8742499df0c9b3ce408fe7f (patch) | |
tree | 5aa01a9703d421365688a2f969fbc23a8bb314c0 /sync | |
parent | 9db011cd2f8d2007ce5c0b37e5314ebdae51479e (diff) | |
download | chromium_src-386db357d8398cb6d8742499df0c9b3ce408fe7f.zip chromium_src-386db357d8398cb6d8742499df0c9b3ce408fe7f.tar.gz chromium_src-386db357d8398cb6d8742499df0c9b3ce408fe7f.tar.bz2 |
Revert 231221 - "Remove enabled/disabled state from extension and app sync."
Some differences to account for ExtensionService's sync handling moving to ExtensionSyncService.
BUG=303311,316368
TBR=zea@chromium.org
Review URL: https://codereview.chromium.org/65983002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233885 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sync')
-rw-r--r-- | sync/protocol/extension_specifics.proto | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sync/protocol/extension_specifics.proto b/sync/protocol/extension_specifics.proto index 4c8364a..e3e1dfb 100644 --- a/sync/protocol/extension_specifics.proto +++ b/sync/protocol/extension_specifics.proto @@ -29,11 +29,6 @@ message ExtensionSpecifics { // Extensions Gallery) is used. optional string update_url = 3; // Whether or not this extension is enabled. - // TODO(yoz): New sync clients will ignore this state, but we must - // keep populating it because old clients behave incorrectly if it's - // not present. Temporarily, enabled changes will propagate from new - // clients to old, but not vice versa. Once all clients are updated to - // ignore this field, we can remove it. See crbug.com/303311. optional bool enabled = 4; // Whether or not this extension is enabled in incognito mode. optional bool incognito_enabled = 5; |