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

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

Issue 13132004: Implement Enterprise Key API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 9 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/_permission_features.json
diff --git a/chrome/common/extensions/api/_permission_features.json b/chrome/common/extensions/api/_permission_features.json
index ed4585f49cfe459b7bce63820efead2912ed336d..220f4590b1eee1d934d269e9f4b06bdbd6220896 100644
--- a/chrome/common/extensions/api/_permission_features.json
+++ b/chrome/common/extensions/api/_permission_features.json
@@ -152,6 +152,13 @@
"16CA7A47AAE4BE49B1E75A6B960C3875E945B264" // Release
]
},
+ "enterprise.enterpriseKeyPrivate": {
+ "channel": "dev",
+ "extension_types": ["extension", "packaged_app"],
+ "whitelist": [
+ "ghdilpkmfbfdnomkmaiogjhjnggaggoi" // Named Key Extension
Mattias Nissler (ping if slow) 2013/04/04 12:51:34 I think this shouldn't be here anymore.
davidyu 2013/04/09 09:30:08 Done.
+ ]
+ },
"experimental": {
"channel": "stable",
"extension_types": [

Powered by Google App Engine
This is Rietveld 408576698