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

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

Issue 214863002: Extension API enterprise.platformKeys. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments. Splitted custom_binding, added comments... 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
diff --git a/chrome/common/extensions/api/_api_features.json b/chrome/common/extensions/api/_api_features.json
index f7439642b758baf1924983a8c0116540dd521616..5e68c875cbf8d743f96bafc3e0d8d1b8abb67e2f 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -276,6 +276,15 @@
"dependencies": ["permission:echoPrivate"],
"contexts": ["blessed_extension"]
},
+ "enterprise.platformKeys": {
+ "dependencies": ["permission:enterprise.platformKeys"],
+ "contexts": ["blessed_extension"]
+ },
+ "enterprise.platformKeysInternal": {
+ "dependencies": ["permission:enterprise.platformKeys"],
+ "internal": true,
+ "contexts": ["blessed_extension"]
+ },
"enterprise.platformKeysPrivate": {
"platforms": ["chromeos"],
"dependencies": ["permission:enterprise.platformKeysPrivate"],

Powered by Google App Engine
This is Rietveld 408576698