diff options
author | ahernandez.miralles <ahernandez.miralles@gmail.com> | 2014-09-02 19:17:47 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-03 02:19:52 +0000 |
commit | fd5327194dae636204001606eaa093a685cfa111 (patch) | |
tree | 9c2bf1d8e284409a45aa502d3687305492deacde | |
parent | 6891d56295cd65767360927a7a2914ef9e9fb34c (diff) | |
download | chromium_src-fd5327194dae636204001606eaa093a685cfa111.zip chromium_src-fd5327194dae636204001606eaa093a685cfa111.tar.gz chromium_src-fd5327194dae636204001606eaa093a685cfa111.tar.bz2 |
Docserver: Add extensionTypes to _api_features.json
Review URL: https://codereview.chromium.org/531973003
Cr-Commit-Position: refs/heads/master@{#293051}
-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", |