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

Unified Diff: extensions/test/data/api_test/usb/list_interfaces/test.js

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/common/api/usb.idl ('k') | extensions/test/data/api_test/usb/reset_device/test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/test/data/api_test/usb/list_interfaces/test.js
diff --git a/extensions/test/data/api_test/usb/list_interfaces/test.js b/extensions/test/data/api_test/usb/list_interfaces/test.js
index 7234d40ae363406178f0053ffca1c97528c35304..056a81e30cdaecc32397d3070d4378bd1c879442 100644
--- a/extensions/test/data/api_test/usb/list_interfaces/test.js
+++ b/extensions/test/data/api_test/usb/list_interfaces/test.js
@@ -9,6 +9,7 @@ var tests = [
usb.findDevices({vendorId: 0, productId: 0}, function (devices) {
var device = devices[0];
usb.listInterfaces(device, function (result) {
+ chrome.test.assertNoLastError();
chrome.test.succeed();
});
});
« no previous file with comments | « extensions/common/api/usb.idl ('k') | extensions/test/data/api_test/usb/reset_device/test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698