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

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

Issue 10911020: Enable commands API for platform apps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: filter by extension type instead of specific extensions Created 8 years, 4 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 6b24e71a7b28daa06fc86e0a98075557348f6cd0..da0be1ba1858aaca017c367a1b8e0157f854c810 100644
--- a/chrome/common/extensions/api/_permission_features.json
+++ b/chrome/common/extensions/api/_permission_features.json
@@ -81,7 +81,7 @@
},
"commands": {
"channel": "stable",
- "extension_types": ["extension", "packaged_app"]
+ "extension_types": ["extension", "packaged_app", "platform_app"]
},
"contentSettings": {
"channel": "stable",

Powered by Google App Engine
This is Rietveld 408576698