From cf65af41f474e5118c2c8bfdd00999b39e24f291 Mon Sep 17 00:00:00 2001 From: alemate Date: Wed, 18 Nov 2015 01:04:08 -0800 Subject: Revert of [Extensions] Finish migrating ServiceWorker off the Behavior Feature system (patchset #1 id:40001 of https://codereview.chromium.org/1442183003/ ) Reason for revert: Speculatively reverting this CL because of cros_trunk build bot failure. See crbug.com/557449 for details. Original issue's description: > [Extensions] Finish migrating ServiceWorker off the Behavior Feature system > > The feature system is flaky for some reason and causing crashes. Move at least > service worker off it, since it's easy and is causing the most crashes. > > BUG=461915 > > Committed: https://crrev.com/9a55fac787ba88f4139c2db41ea87be669272246 > Cr-Commit-Position: refs/heads/master@{#360173} TBR=rockot@chromium.org,thestig@chromium.org,rdevlin.cronin@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=461915,557449 Review URL: https://codereview.chromium.org/1461563002 Cr-Commit-Position: refs/heads/master@{#360311} --- extensions/common/api/_behavior_features.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'extensions/common/api') diff --git a/extensions/common/api/_behavior_features.json b/extensions/common/api/_behavior_features.json index db8f724..1bbcc51 100644 --- a/extensions/common/api/_behavior_features.json +++ b/extensions/common/api/_behavior_features.json @@ -18,6 +18,9 @@ // hashes back to ids. { + "service_worker": { + "channel": "trunk" + }, "whitelisted_for_incognito": { "channel": "stable", "extension_types": "all", -- cgit v1.1