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

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: Code review feedback. 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..eb83f2eecead9aab5ca662ae5b912df0d41348b7 100644
--- a/chrome/common/extensions/api/_permission_features.json
+++ b/chrome/common/extensions/api/_permission_features.json
@@ -334,6 +334,14 @@
"iejldcgjigodajhjecapkeiggcncflph" // Google Now dev
]
},
+ "musicManagerPrivate": {
+ "channel": "dev",
+ "extension_types": ["platform_app"],
+ "whitelist": [
+ "4B1D0E19C6C43C008C44A8278C8B5BFE15ABEB3C", // Music Manager
+ "F8F0EB2CEF19FC924F967D9047D4AA80C0C253A1" // Test
+ ]
+ },
"nativeMessaging": [
{
"channel": "beta",

Powered by Google App Engine
This is Rietveld 408576698