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

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

Issue 10919086: Wired chrome.rtcPrivate API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed linux_aura build issues Created 8 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
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/extensions/api/api.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 286a6cd3ff52729f82364004653700ca8a3c87c2..dfae1628a63ef8866a34c784bf9eec4954e3e6ce 100644
--- a/chrome/common/extensions/api/_permission_features.json
+++ b/chrome/common/extensions/api/_permission_features.json
@@ -232,6 +232,16 @@
"channel": "dev",
"extension_types": ["platform_app"]
},
+ "rtcPrivate": {
+ "channel": "stable",
+ "extension_types": ["extension", "packaged_app"],
+ "whitelist": [
+ "nckgahadagoaajjgafhacjanaoiihapd", // Google Talk prod
+ "eggnbpckecmjlblplehfpjjdhhidfdoj", // Google Talk beta
+ "ppleadejekpmccmnpjdimmlfljlkdfej", // Google Talk alpha
+ "ljclpkphhpbpinifbeabbhlfddcpfdde" // Google Talk debug
+ ]
+ },
// Note: runtime is not actually a permission, but some systems check these
// values to verify restrictions.
"runtime": {
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/extensions/api/api.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698