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

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

Issue 266353006: Add generateAppForLink function in chrome.management (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 6 years, 7 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
===================================================================
--- 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": {

Powered by Google App Engine
This is Rietveld 408576698