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

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

Issue 802843004: Add missing context for cryptotokenPrivate API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 | « no previous file | no next file » | 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 43cde5436da75887cf5f560f3cff9d0231bab5c1..671a43cee5ea5294efec4373b24a0ae022ba9a7b 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -211,7 +211,8 @@
"contexts": ["blessed_extension"]
},
"cryptotokenPrivate": {
- "dependencies": ["permission:cryptotokenPrivate"]
+ "dependencies": ["permission:cryptotokenPrivate"],
+ "contexts": ["blessed_extension"]
},
"dataReductionProxy": {
"dependencies": ["permission:dataReductionProxy"],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698