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

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

Issue 354483004: Implement <appview> (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@app_view_skeleton
Patch Set: Added tests Created 6 years, 6 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 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"],

Powered by Google App Engine
This is Rietveld 408576698