Commit 9b44ef9f authored by tengs@chromium.org's avatar tengs@chromium.org

Allow chrome.systemPrivate to be used by apps.

BUG=367364

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285799 0039d316-1c4b-4281-b951-d872f2087c98
parent 31130d6c
......@@ -968,7 +968,7 @@
},
"systemPrivate": {
"channel": "stable",
"extension_types": ["extension", "legacy_packaged_app"],
"extension_types": ["extension", "legacy_packaged_app", "platform_app"],
"location": "component"
},
"tabs": [
......
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