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

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

Issue 1646893002: Whitelist MR extensions for settingsPrivate API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Formatting Created 4 years, 11 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 | no next file » | 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 671d5716896496fac5590de40cf709a7e3d7e1b8..02b9261ce3eafbb221a5192e2fd582908381abb4 100644
--- a/chrome/common/extensions/api/_permission_features.json
+++ b/chrome/common/extensions/api/_permission_features.json
@@ -924,11 +924,19 @@
"channel": "stable",
"extension_types": ["extension", "legacy_packaged_app"]
},
- "settingsPrivate": {
+ "settingsPrivate": [{
"channel": "trunk",
"extension_types": ["extension", "platform_app"],
"location": "component"
},
+ {
+ "channel": "stable",
+ "extension_types": ["extension"],
+ "whitelist": [
+ "63ED55E43214C211F82122ED56407FF1A807F2A3", // Media Router Dev
+ "226CF815E39A363090A1E547D53063472B8279FA" // Media Router Release
+ ]
+ }],
"signedInDevices": {
"channel": "dev",
"extension_types": ["extension", "legacy_packaged_app", "platform_app"]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698