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

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

Issue 2726223004: Introduce networking.cast API (Closed)
Patch Set: . 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: extensions/common/api/_permission_features.json
diff --git a/extensions/common/api/_permission_features.json b/extensions/common/api/_permission_features.json
index de72ed47c2508df55d33a714e0b6803e4c37aedc..5fedc56f76dd98519651318379b3951607daee9b 100644
--- a/extensions/common/api/_permission_features.json
+++ b/extensions/common/api/_permission_features.json
@@ -292,6 +292,19 @@
"0136FCB13DB29FD5CD442F56E59E53B61F1DF96F" // http://crbug.com/642141
]
},
+ "networking.cast": {
+ "channel": "stable",
+ "extension_types": ["extension", "platform_app"],
+ "platforms": ["chromeos", "mac", "win", "linux"],
Devlin 2017/03/13 05:21:49 What's left?
tbarzic 2017/03/13 22:35:01 Nothing. Though, I removed linux now.
+ "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
+ ]
+ },
"networking.config": {
"channel": "stable",
"platforms": ["chromeos"],

Powered by Google App Engine
This is Rietveld 408576698