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 511d4fbd86bc154b8e7c5fb58a0e37c4f3f7ae3c..1f61fef4fcdf7158efac50cda728e4bb56ef077c 100644 |
--- a/chrome/common/extensions/api/_api_features.json |
+++ b/chrome/common/extensions/api/_api_features.json |
@@ -58,19 +58,6 @@ |
// Any webpage can use the app API. |
"matches": ["<all_urls>"] |
}, |
- // 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. |
- "appViewInternal": { |
- "internal": true, |
- "channel": "dev", |
- "contexts": ["blessed_extension"] |
- }, |
"app.getDetails": { |
"contexts": ["blessed_extension", "unblessed_extension", "content_script"], |
"matches": [] |