Commit 3cc37bab authored by tbarzic@chromium.org's avatar tbarzic@chromium.org

Enable chrome.accessibilityFeatures on stable channel

BUG=378014

Review URL: https://codereview.chromium.org/317013006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275648 0039d316-1c4b-4281-b951-d872f2087c98
parent 155c0995
...@@ -21,11 +21,11 @@ ...@@ -21,11 +21,11 @@
{ {
"accessibilityFeatures.modify": { "accessibilityFeatures.modify": {
"channel": "dev", "channel": "stable",
"extension_types": ["extension", "platform_app"] "extension_types": ["extension", "platform_app"]
}, },
"accessibilityFeatures.read": { "accessibilityFeatures.read": {
"channel": "dev", "channel": "stable",
"extension_types": ["extension", "platform_app"] "extension_types": ["extension", "platform_app"]
}, },
"accessibilityPrivate": { "accessibilityPrivate": {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment