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

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

Issue 847333004: Move parts from enterprise.platformKeysInternal to platformKeysInternal for reuse. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cert_idl
Patch Set: Rebased. 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
« no previous file with comments | « chrome/chrome_renderer.gypi ('k') | chrome/common/extensions/api/enterprise_platform_keys_internal.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 bee6ab4e266046a6c2314fb0659760eb8b6edf91..26abbd079db79e7eb3599ee714bfb9a150bea0fb 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -558,6 +558,11 @@
"extension_types": ["extension", "legacy_packaged_app", "platform_app"],
"contexts": ["blessed_extension"]
},
+ "platformKeysInternal": [{
+ "dependencies": ["permission:enterprise.platformKeys"],
+ "internal": true,
+ "contexts": ["blessed_extension"]
+ }],
"preferencesPrivate": {
"dependencies": ["permission:preferencesPrivate"],
"contexts": ["blessed_extension"]
« no previous file with comments | « chrome/chrome_renderer.gypi ('k') | chrome/common/extensions/api/enterprise_platform_keys_internal.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698