Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(433)

Unified Diff: chrome/common/extensions/api/_permission_features.json

Issue 23885002: Add WebRTC logging extension API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Small fix. Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/api/_permission_features.json
diff --git a/chrome/common/extensions/api/_permission_features.json b/chrome/common/extensions/api/_permission_features.json
index c5ca17b225a7851e894ad6d89c8ed94e064be631..6ece879ac0adcf0b5dcc51966f17f5597aea81ce 100644
--- a/chrome/common/extensions/api/_permission_features.json
+++ b/chrome/common/extensions/api/_permission_features.json
@@ -672,6 +672,11 @@
"channel": "stable",
"extension_types": ["extension", "legacy_packaged_app"]
},
+ "webrtcLoggingPrivate": {
+ "channel": "dev",
Finnur 2013/09/03 14:28:32 Is this intended to ever reach stable or stay in d
Henrik Grunell 2013/09/04 13:13:53 Yes stable too. Added that and beta too.
+ "extension_types": ["extension"],
+ "whitelist": ["80B9DC58E5210749F052F5B4DB239C50CF72AEB6"]
+ },
"webstorePrivate": {
"channel": "stable",
"extension_types": ["extension", "legacy_packaged_app"],

Powered by Google App Engine
This is Rietveld 408576698