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

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

Issue 599303004: Add getUserSelectedDevices to the USB extensions API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add device_permissions_prompt.* to BUILD.gn. Created 6 years, 2 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 9d08820b600e1cf3fa60f699e08be2a109463abc..e7ca7dc8c93e2aaa3e0b28c315ecbb997d15e1f6 100644
--- a/extensions/common/api/_api_features.json
+++ b/extensions/common/api/_api_features.json
@@ -289,6 +289,11 @@
"dependencies": ["permission:usb"],
"contexts": ["blessed_extension"]
},
+ "usb.getUserSelectedDevices": {
+ "channel": "dev",
+ "dependencies": ["permission:usb"],
+ "contexts": ["blessed_extension"]
+ },
"webRequest": {
"dependencies": ["permission:webRequest"],
"contexts": ["blessed_extension"]
« 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