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

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

Issue 826283002: Add support for sending a USB SET_CONFIGURATION request. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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 | « extensions/browser/extension_function_histogram_value.h ('k') | extensions/common/api/usb.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/api/_api_features.json
diff --git a/extensions/common/api/_api_features.json b/extensions/common/api/_api_features.json
index c304bdb41952616adc337cc131cf2c3ff79966d2..50a7168431990339aef949e686add336d0b27674 100644
--- a/extensions/common/api/_api_features.json
+++ b/extensions/common/api/_api_features.json
@@ -330,6 +330,11 @@
"dependencies": ["permission:usb"],
"contexts": ["blessed_extension"]
},
+ "usb.setConfiguration": {
+ "dependencies": ["permission:usb"],
+ "contexts": ["blessed_extension"],
+ "channel": "dev"
+ },
"usb.onDeviceAdded": {
"channel": "dev",
"dependencies": ["permission:usb"],
« no previous file with comments | « extensions/browser/extension_function_histogram_value.h ('k') | extensions/common/api/usb.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698