| Index: chrome/common/extensions/api/_api_features.json
|
| diff --git a/chrome/common/extensions/api/_api_features.json b/chrome/common/extensions/api/_api_features.json
|
| index dbe950e79a308f01923b2b739239446883efeda4..d08447ea9d34703d0c547a17cb906c4371294daa 100644
|
| --- a/chrome/common/extensions/api/_api_features.json
|
| +++ b/chrome/common/extensions/api/_api_features.json
|
| @@ -329,6 +329,13 @@
|
| "extension.sendRequest": {
|
| "contexts": ["blessed_extension", "unblessed_extension", "content_script"]
|
| },
|
| + // This is not a real API, only here for documentation purposes.
|
| + // See http://crbug.com/275944 for background.
|
| + "extensionsManifestTypes": {
|
| + "internal": true,
|
| + "channel": "stable",
|
| + "contexts": ["blessed_extension"]
|
| + },
|
| "feedbackPrivate": {
|
| "dependencies": ["permission:feedbackPrivate"],
|
| "contexts": ["blessed_extension"]
|
|
|