Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(133)

Unified Diff: chrome/common/extensions/api/_api_features.json

Issue 642863003: Moving last app_view bits to extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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": []
« no previous file with comments | « no previous file | chrome/common/extensions/api/_permission_features.json » ('j') | extensions/common/api/_api_features.json » ('J')

Powered by Google App Engine
This is Rietveld 408576698