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

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

Issue 875373002: First implementation of chrome.platformKeys. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cert_idl
Patch Set: Created 5 years, 11 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 4c2db3bb462d211b289a07c257463b39af1afce3..2df60e8c85f3f4bfbca10d8467bd340c8104c14c 100644
--- a/chrome/common/extensions/api/_permission_features.json
+++ b/chrome/common/extensions/api/_permission_features.json
@@ -791,6 +791,11 @@
"channel": "stable",
"extension_types": ["platform_app"]
},
+ "platformKeys": {
+ "channel": "dev",
+ "platforms": ["chromeos"],
+ "extension_types": ["extension", "legacy_packaged_app", "platform_app"]
not at google - send to devlin 2015/01/27 16:41:30 No "legacy_packaged_app"
pneubeck (no reviews) 2015/01/29 10:37:08 Done.
+ },
"plugin": {
"channel": "stable",
"extension_types": ["extension", "legacy_packaged_app"]
« no previous file with comments | « chrome/common/extensions/api/_api_features.json ('k') | chrome/common/extensions/api/platform_keys_internal.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698