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

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

Issue 1017253002: Make the chrome.usb API available to Extensions. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« 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: extensions/common/api/_permission_features.json
diff --git a/extensions/common/api/_permission_features.json b/extensions/common/api/_permission_features.json
index 736f0e3befebba01e1b51590017ae26081f8def7..073ee3a7b41575b6a1089187ce0f2854d3c93064 100644
--- a/extensions/common/api/_permission_features.json
+++ b/extensions/common/api/_permission_features.json
@@ -369,38 +369,14 @@
"extension", "legacy_packaged_app", "hosted_app", "platform_app"
]
},
- "usb": [
- {
- "channel": "stable",
- "extension_types": ["platform_app"]
- },
- {
- "channel": "stable",
- "extension_types": ["extension"],
- "whitelist": [
- "496B6890097EB6E19809ADEADD095A8721FBB2E0", // FIDO U2F APIs
- "AD8ED80B705E1818AAD4684F9FF62B43D6D79620", // FIDO U2F APIs (dev)
- "E24F1786D842E91E74C27929B0B3715A4689A473", // CryptoToken
- "A28C9619C4C41306FA5236FB4D94DA812F504DE8" // CryptoToken (dev)
- ]
- }
- ],
- "usbDevices": [
- {
- "channel": "stable",
- "extension_types": ["platform_app"]
- },
- {
- "channel": "stable",
- "extension_types": ["extension"],
- "whitelist": [
- "496B6890097EB6E19809ADEADD095A8721FBB2E0", // FIDO U2F APIs
- "AD8ED80B705E1818AAD4684F9FF62B43D6D79620", // FIDO U2F APIs (dev)
- "E24F1786D842E91E74C27929B0B3715A4689A473", // CryptoToken
- "A28C9619C4C41306FA5236FB4D94DA812F504DE8" // CryptoToken (dev)
- ]
- }
- ],
+ "usb": {
+ "channel": "stable",
+ "extension_types": ["extension", "platform_app"]
+ },
+ "usbDevices": {
+ "channel": "stable",
+ "extension_types": ["extension", "platform_app"]
+ },
"videoCapture": [
{
"channel": "stable",
« 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