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"], |