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

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

Issue 254473011: Introduce chrome.shell.createWindow stub API for app_shell (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix deps (shell-api) Created 6 years, 8 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 e1775c48cc0ca978a9c9244741c0569242cd6b0b..4592b0273e28ddf145c742e57fb0afbf6d9ec0b4 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -644,6 +644,12 @@
"dependencies": ["permission:sessions"],
"contexts": ["blessed_extension"]
},
+ // TODO(jamescook): Move this to app_shell _api_features.json once that file
+ // exists.
+ "shell": {
+ "contexts": ["blessed_extension"],
+ "extension_types": ["platform_app"]
+ },
"signedInDevices": {
"dependencies": ["permission:signedInDevices"],
"contexts": ["blessed_extension"]

Powered by Google App Engine
This is Rietveld 408576698