Index: extensions/common/api/_api_features.json |
diff --git a/extensions/common/api/_api_features.json b/extensions/common/api/_api_features.json |
index 537608a6280633425e3c98662c7477d0c733045e..9d08820b600e1cf3fa60f699e08be2a109463abc 100644 |
--- a/extensions/common/api/_api_features.json |
+++ b/extensions/common/api/_api_features.json |
@@ -69,6 +69,19 @@ |
"dependencies": ["permission:app.window.shape"], |
"contexts": ["blessed_extension"] |
}, |
+ // The API for the *embedder* of appview. Appview has both an embedder and |
+ // guest API, which are different. |
+ "appViewEmbedderInternal": { |
+ "internal": true, |
+ "contexts": ["blessed_extension"], |
+ "dependencies": ["permission:appview"] |
+ }, |
+ // TODO(fsamuel,kalman): Rename this appViewGuestInternal. |
Fady Samuel
2014/10/09 22:04:52
While you're at it Lucas, could you please take ca
|
+ "appViewInternal": { |
+ "internal": true, |
+ "channel": "dev", |
+ "contexts": ["blessed_extension"] |
+ }, |
"bluetooth": { |
"dependencies": ["manifest:bluetooth"], |
"contexts": ["blessed_extension"] |