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

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: Changed to WebCrypto like API. 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 f7439642b758baf1924983a8c0116540dd521616..e8e35df34bc8b77d415848d1538ef63e2a1bb25b 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -276,6 +276,19 @@
"dependencies": ["permission:echoPrivate"],
"contexts": ["blessed_extension"]
},
+ "enterprise.platformKeys": {
+ "channel": "dev",
not at google - send to devlin 2014/05/02 18:31:56 this rule should be in the permission file. restri
pneubeck (no reviews) 2014/05/05 20:09:35 Done.
+ "platforms": ["chromeos"],
+ "dependencies": ["permission:enterprise.platformKeys"],
+ "contexts": ["blessed_extension"]
+ },
+ "enterprise.platformKeysInternal": {
+ "channel": "dev",
+ "platforms": ["chromeos"],
+ "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