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

Unified Diff: third_party/WebKit/public/platform/modules/webusb/WebUSBDeviceInfo.h

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 | « third_party/WebKit/public/platform/modules/webusb/WebUSBDevice.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/modules/webusb/WebUSBDeviceInfo.h
diff --git a/third_party/WebKit/public/platform/modules/webusb/WebUSBDeviceInfo.h b/third_party/WebKit/public/platform/modules/webusb/WebUSBDeviceInfo.h
index a2c049db7911f9389cea7a722f0f1b8e3aab679b..c59dd3b15526fab8a487d773b63fc1a3fa0ebcb3 100644
--- a/third_party/WebKit/public/platform/modules/webusb/WebUSBDeviceInfo.h
+++ b/third_party/WebKit/public/platform/modules/webusb/WebUSBDeviceInfo.h
@@ -101,6 +101,7 @@ struct WebUSBDeviceInfo {
WebString manufacturerName;
WebString productName;
WebString serialNumber;
+ uint8_t activeConfiguration;
WebVector<Configuration> configurations;
};
« no previous file with comments | « third_party/WebKit/public/platform/modules/webusb/WebUSBDevice.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698