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

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

Issue 15738013: Initial implementation of music manager private API. (Closed) Base URL: https://git.chromium.org/chromium/src.git@master
Patch Set: Fix unit test. Created 7 years, 7 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 0c21648f1826c56e4c12c2630d01e7f914c5f721..46da060fa093203adb1f0a5db2700010ebfc62c7 100644
--- a/chrome/common/extensions/api/_permission_features.json
+++ b/chrome/common/extensions/api/_permission_features.json
@@ -334,6 +334,10 @@
"iejldcgjigodajhjecapkeiggcncflph" // Google Now dev
]
},
+ "musicManagerPrivate": {
+ "channel": "dev",
+ "extension_types": ["platform_app"]
Matt Perry 2013/05/22 22:19:11 add the whitelist of IDs here (or better yet, the
rpaquay 2013/05/22 23:55:50 Done.
+ },
"nativeMessaging": [
{
"channel": "beta",

Powered by Google App Engine
This is Rietveld 408576698