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

Unified Diff: extensions/test/data/api_test/usb/get_user_selected_devices/manifest.json

Issue 891853002: Add a UsbService::Observer function for cleanup actions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/test/data/api_test/usb/get_user_selected_devices/background.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/test/data/api_test/usb/get_user_selected_devices/manifest.json
diff --git a/extensions/test/data/api_test/usb/get_user_selected_devices/manifest.json b/extensions/test/data/api_test/usb/get_user_selected_devices/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..11e58c938effa85e41b0835b6357c21d7c256811
--- /dev/null
+++ b/extensions/test/data/api_test/usb/get_user_selected_devices/manifest.json
@@ -0,0 +1,13 @@
+{
+ "name": "chrome.usb.getUserSelectedDevices",
+ "version": "0.1",
+ "description": "browser test for chrome.usb.getUserSelectedDevices",
+ "app": {
+ "background": {
+ "scripts": ["background.js"]
+ }
+ },
+ "permissions": [
+ "usb"
+ ]
+}
« no previous file with comments | « extensions/test/data/api_test/usb/get_user_selected_devices/background.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698