Index: chrome/common/extensions/api/_api_features.json |
=================================================================== |
--- chrome/common/extensions/api/_api_features.json (revision 268958) |
+++ chrome/common/extensions/api/_api_features.json (working copy) |
@@ -515,6 +515,11 @@ |
"channel": "dev", |
"contexts": ["blessed_extension"] |
}, |
+ "management.generateAppForLink": { |
+ "dependencies": ["permission:management"], |
+ "channel": "dev", |
+ "contexts": ["blessed_extension"] |
+ }, |
// This is not a real API, only here for documentation purposes. |
// See http://crbug.com/275944 for background. |
"manifestTypes": { |