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

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: Addressed comments Created 6 years, 5 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 afe036e167bcb4f5cdf0c0a923e5bad53b2c7fbf..52cb2bb97023b4573dae8555e2452410065bff8f 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