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

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

Issue 1051333002: Add permission "mediaRouterPrivate" for the Media Router Mojo service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 d989e9567599f30bc564786a1447c11dc8b6295f..4bfac0bf486e520e4bf3093406ceea6c3db570b9 100644
--- a/chrome/common/extensions/api/_permission_features.json
+++ b/chrome/common/extensions/api/_permission_features.json
@@ -638,6 +638,13 @@
"location": "component",
"platforms": ["chromeos"]
},
+ "mediaRouterPrivate": {
+ "channel": "stable",
+ "extension_types": ["platform_app", "extension"],
Devlin 2015/04/02 21:06:50 Do we need multiple extension types when there's o
Kevin M 2015/04/02 21:32:07 Done.
+ "whitelist": [
+ "63ED55E43214C211F82122ED56407FF1A807F2A3" // http://crbug.com/448569
+ ]
+ },
"metricsPrivate": {
"channel": "stable",
"extension_types": ["extension", "legacy_packaged_app", "platform_app"],

Powered by Google App Engine
This is Rietveld 408576698