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 32d75de4b779b08ad0f306aa705f9508c2950a36..93f866bf78d06fab2faf55bdd39a148a914beb9c 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"] |