Commit fd532719 authored by ahernandez.miralles's avatar ahernandez.miralles Committed by Commit bot

Docserver: Add extensionTypes to _api_features.json

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

Cr-Commit-Position: refs/heads/master@{#293051}
parent 6891d562
...@@ -387,6 +387,13 @@ ...@@ -387,6 +387,13 @@
}], }],
// This is not a real API, only here for documentation purposes. // This is not a real API, only here for documentation purposes.
// See http://crbug.com/275944 for background. // See http://crbug.com/275944 for background.
"extensionTypes": {
"internal": true,
"channel": "stable",
"contexts": ["blessed_extension"]
},
// This is not a real API, only here for documentation purposes.
// See http://crbug.com/275944 for background.
"extensionsManifestTypes": { "extensionsManifestTypes": {
"internal": true, "internal": true,
"channel": "stable", "channel": "stable",
......
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