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

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: Removed permissions strings. 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
« no previous file with comments | « no previous file | chrome/common/extensions/permissions/chrome_api_permissions.cc » ('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 077623a026da0153baf6b04cf8b79744e44cb729..a677ef91dedcf28f97b3c238d62e951fe4db2476 100644
--- a/chrome/common/extensions/api/_permission_features.json
+++ b/chrome/common/extensions/api/_permission_features.json
@@ -646,6 +646,13 @@
"location": "component",
"platforms": ["chromeos"]
},
+ "mediaRouterPrivate": {
+ "channel": "stable",
+ "extension_types": ["extension"],
+ "whitelist": [
+ "63ED55E43214C211F82122ED56407FF1A807F2A3" // http://crbug.com/448569
+ ]
+ },
"metricsPrivate": {
"channel": "stable",
"extension_types": ["extension", "legacy_packaged_app", "platform_app"],
« no previous file with comments | « no previous file | chrome/common/extensions/permissions/chrome_api_permissions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698