arn...@chromium.org
unread,Dec 19, 2014, 9:58:50 AM12/19/14Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to kal...@chromium.org, chromium...@chromium.org, chromium-a...@chromium.org, extension...@chromium.org, juan...@google.com, xiy...@chromium.org
Reviewers: kalman,
Message:
Missed this line in 766303003
Description:
Add missing context for cryptotokenPrivate API
BUG=443296
R=kalman
CC=xiyuan,juanlang
Please review this at
https://codereview.chromium.org/802843004/
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Affected files (+2, -1 lines):
M chrome/common/extensions/api/_api_features.json
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"],