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

Unified Diff: third_party/WebKit/LayoutTests/usb/resources/fake-devices.js

Issue 1784733002: Track USB device configuration state in Blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@blink_open_state
Patch Set: Rebased. Created 4 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 | « device/usb/usb_device_impl.cc ('k') | third_party/WebKit/LayoutTests/usb/resources/usb-helpers.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/usb/resources/fake-devices.js
diff --git a/third_party/WebKit/LayoutTests/usb/resources/fake-devices.js b/third_party/WebKit/LayoutTests/usb/resources/fake-devices.js
index cccea0bf54381706c7f6576009fc1bdd44232e1d..5783f25d21748410cae00850dbf60ccf8a2b4078 100644
--- a/third_party/WebKit/LayoutTests/usb/resources/fake-devices.js
+++ b/third_party/WebKit/LayoutTests/usb/resources/fake-devices.js
@@ -20,6 +20,7 @@ function fakeUsbDevices() {
manufacturer_name: 'Google, Inc.',
product_name: 'The amazing imaginary printer',
serial_number: '4',
+ active_configuration: 0,
configurations: [
{
configuration_value: 1,
« no previous file with comments | « device/usb/usb_device_impl.cc ('k') | third_party/WebKit/LayoutTests/usb/resources/usb-helpers.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698