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

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: Updated allowed channel and extension types. 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..3e6242dac99dd99f7543ab91d53440433aa7fa0c 100644
--- a/chrome/common/extensions/api/_permission_features.json
+++ b/chrome/common/extensions/api/_permission_features.json
@@ -924,11 +924,21 @@
"channel": "stable",
"extension_types": ["extension", "legacy_packaged_app"]
},
- "settingsPrivate": {
- "channel": "trunk",
- "extension_types": ["extension", "platform_app"],
- "location": "component"
- },
+ "settingsPrivate": [
Devlin 2016/01/28 22:55:59 We're quite inconsistent in style, but I'd prefer
amp 2016/01/28 23:09:10 Done.
+ {
+ "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