Index: chrome/common/extensions/api/_api_features.json |
=================================================================== |
--- chrome/common/extensions/api/_api_features.json (revision 274309) |
+++ chrome/common/extensions/api/_api_features.json (working copy) |
@@ -542,6 +542,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": { |