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 77e68ca565e1a4b4c7a7759d55341ff8fdbe56b7..23ab2c84f6b62db2c2473e083552f932f5f0225d 100644 |
--- a/chrome/common/extensions/api/_api_features.json |
+++ b/chrome/common/extensions/api/_api_features.json |
@@ -57,6 +57,11 @@ |
"http://*/*", "https://*/*", "chrome-extension://*/*", "file://*/*" |
] |
}, |
+ "appViewInternal": { |
+ "internal": true, |
+ "channel": "stable", |
+ "contexts": ["blessed_extension", "unblessed_extension"] |
+ }, |
"app.window": { |
"channel": "stable", |
"contexts": ["blessed_extension"], |