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 d29892fbae555c81b5659b74e2306bec6dfca7be..28e3f3bdb723ad0ac05a74e55eb2874611263418 100644 |
--- a/chrome/common/extensions/api/_api_features.json |
+++ b/chrome/common/extensions/api/_api_features.json |
@@ -581,6 +581,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", |