diff options
author | jyasskin@chromium.org <jyasskin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-07 22:39:24 +0000 |
---|---|---|
committer | jyasskin@chromium.org <jyasskin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-07 22:39:24 +0000 |
commit | 4da0f2380d29f4bcbe0f0feba63c101d3c21127b (patch) | |
tree | 3d719899188bf991795feebf44d0ded19d96aa8f | |
parent | 994e08a435cfcd2f43313b9162da7462dece983e (diff) | |
download | chromium_src-4da0f2380d29f4bcbe0f0feba63c101d3c21127b.zip chromium_src-4da0f2380d29f4bcbe0f0feba63c101d3c21127b.tar.gz chromium_src-4da0f2380d29f4bcbe0f0feba63c101d3c21127b.tar.bz2 |
Enable the chrome.declarativeContent API on the stable channel.
BUG=308651
Review URL: https://codereview.chromium.org/102433011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243414 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/common/extensions/api/_permission_features.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/extensions/api/_permission_features.json b/chrome/common/extensions/api/_permission_features.json index e5e96e8..4998d24 100644 --- a/chrome/common/extensions/api/_permission_features.json +++ b/chrome/common/extensions/api/_permission_features.json @@ -270,7 +270,7 @@ "extension_types": ["extension", "legacy_packaged_app"] }, "declarativeContent": { - "channel": "dev", + "channel": "stable", "extension_types": ["extension"] }, "declarativeWebRequest": [ |