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"] |