| 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 153144016e612661a7a79bac3f0a4f77255ec916..4acfde39bb95ef0f00706fa00ab35b950ffa1d1c 100644
|
| --- a/chrome/common/extensions/api/_api_features.json
|
| +++ b/chrome/common/extensions/api/_api_features.json
|
| @@ -594,6 +594,10 @@
|
| "channel": "stable",
|
| "contexts": ["blessed_extension", "unblessed_extension", "content_script"]
|
| },
|
| + "webrtcLoggingPrivate": {
|
| + "dependencies": ["permission:webrtcLoggingPrivate"],
|
| + "contexts": ["blessed_extension"]
|
| + },
|
| "webstore": {
|
| // Hosted apps can use the webstore API from within a blessed context.
|
| "channel": "stable",
|
|
|