diff options
Diffstat (limited to 'chrome/common/extensions')
-rw-r--r-- | chrome/common/extensions/api/_api_features.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chrome/common/extensions/api/_api_features.json b/chrome/common/extensions/api/_api_features.json index 10c88fa..f0b174c 100644 --- a/chrome/common/extensions/api/_api_features.json +++ b/chrome/common/extensions/api/_api_features.json @@ -387,6 +387,13 @@ }], // This is not a real API, only here for documentation purposes. // 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": { "internal": true, "channel": "stable", |