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

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: Allow import of non-extractable keys. Created 6 years, 8 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 9ed28d2a7aec3a10e42599619f920a678d75012e..6b9c266f22a2fdc0eea12d97de3125e4fcfc85a1 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -272,6 +272,19 @@
"dependencies": ["permission:echoPrivate"],
"contexts": ["blessed_extension"]
},
+ "enterprise.certificates": {
+ "channel": "dev",
+ "platforms": ["chromeos"],
+ "dependencies": ["permission:enterprise.certificates"],
+ "contexts": ["blessed_extension"]
+ },
+ "enterprise.certificatesInternal": {
+ "channel": "dev",
+ "platforms": ["chromeos"],
+ "dependencies": ["permission:enterprise.certificates"],
+ "internal": true,
+ "contexts": ["blessed_extension"]
+ },
"enterprise.platformKeysPrivate": {
"platforms": ["chromeos"],
"dependencies": ["permission:enterprise.platformKeysPrivate"],

Powered by Google App Engine
This is Rietveld 408576698