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

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

Issue 2726223004: Introduce networking.cast API (Closed)
Patch Set: histograms Created 3 years, 9 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 d2eca346e574c689638ebb2de4d209633cfc35f9..86d2d6915c12ecde0c4cba70239d616ff8fbca47 100644
--- a/chrome/common/extensions/api/_permission_features.json
+++ b/chrome/common/extensions/api/_permission_features.json
@@ -507,6 +507,19 @@
"channel": "stable",
"extension_types": ["extension", "platform_app"]
},
+ "networking.castPrivate": {
+ "channel": "stable",
+ "extension_types": ["extension", "platform_app"],
+ "platforms": ["chromeos", "mac", "win"],
+ "whitelist": [
+ "63ED55E43214C211F82122ED56407FF1A807F2A3", // http://crbug.com/588179
+ "FA01E0B81978950F2BC5A50512FD769725F57510", // http://crbug.com/588179
+ "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // http://crbug.com/588179
+ "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // http://crbug.com/588179
+ "16CA7A47AAE4BE49B1E75A6B960C3875E945B264", // http://crbug.com/588179
+ "226CF815E39A363090A1E547D53063472B8279FA" // http://crbug.com/588179
+ ]
+ },
"management": [
{
"channel": "stable",
« no previous file with comments | « chrome/common/extensions/api/_api_features.json ('k') | chrome/common/extensions/api/networking_cast_private.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698