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

Unified Diff: extensions/common/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: 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"]

Powered by Google App Engine
This is Rietveld 408576698