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

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

Issue 12576018: Add chrome.power extension API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update PermissionsTest.PermissionMessages Created 7 years, 9 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 ae5cc5df7b21cdcbbb5fb4130c2e11e393806fc7..7b80cc90318d7c7726b8e0147f294dd963bb39eb 100644
--- a/chrome/common/extensions/api/_permission_features.json
+++ b/chrome/common/extensions/api/_permission_features.json
@@ -312,6 +312,11 @@
"channel": "stable",
"extension_types": ["extension", "packaged_app"]
},
+ "power": {
+ "channel": "dev",
+ "platform": "chromeos",
+ "extension_types": ["extension", "hosted_app", "packaged_app"]
not at google - send to devlin 2013/03/19 21:16:39 why hosted_app?
Daniel Erat 2013/03/19 23:39:38 The intent is to permit e.g. a slide show app to p
not at google - send to devlin 2013/03/20 00:25:50 Ah, cool. Let's include platform_app too, then.
Daniel Erat 2013/03/20 03:45:25 Whoops, I missed this. I'll add it in a second ch
not at google - send to devlin 2013/03/20 14:58:08 Agreed, we need to document this. Packaged is v1,
+ },
"privacy": {
"channel": "stable",
"extension_types": ["extension", "packaged_app"]

Powered by Google App Engine
This is Rietveld 408576698