Index: chrome/common/extensions/api/_api_features.json |
diff --git a/chrome/common/extensions/api/_api_features.json b/chrome/common/extensions/api/_api_features.json |
index 23199d02b55fa72b927608c738d4d59fa5497597..04e624b16169cdf07b49b736a640c737959b3681 100644 |
--- a/chrome/common/extensions/api/_api_features.json |
+++ b/chrome/common/extensions/api/_api_features.json |
@@ -29,14 +29,16 @@ |
] |
}, |
"app.runtime": { |
- "noparent": true, |
+ "channel": "stable", |
"contexts": ["blessed_extension"], |
- "dependencies": ["permission:app.runtime"] |
+ "extension_types": ["platform_app"], |
+ "noparent": true |
}, |
"app.window": { |
- "noparent": true, |
+ "channel": "stable", |
"contexts": ["blessed_extension"], |
- "dependencies": ["permission:app.window"] |
+ "extension_types": ["platform_app"], |
+ "noparent": true |
}, |
"app.currentWindowInternal": { |
"noparent": true, |