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

Unified Diff: third_party/WebKit/Source/modules/webusb/USBIsochronousInTransferPacket.idl

Issue 1671553004: Enable WebUSB through the Experimental Framework. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove RuntimeEnabled=WebUSB. Created 4 years, 8 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
Index: third_party/WebKit/Source/modules/webusb/USBIsochronousInTransferPacket.idl
diff --git a/third_party/WebKit/Source/modules/webusb/USBIsochronousInTransferPacket.idl b/third_party/WebKit/Source/modules/webusb/USBIsochronousInTransferPacket.idl
index 3129bde5ae67724d9a15bd7d3b4c75c06c3772dd..d8a78b2e2796ac6497afbbc141cf46973e61332b 100644
--- a/third_party/WebKit/Source/modules/webusb/USBIsochronousInTransferPacket.idl
+++ b/third_party/WebKit/Source/modules/webusb/USBIsochronousInTransferPacket.idl
@@ -6,7 +6,7 @@
[
GarbageCollected,
- RuntimeEnabled=WebUSB,
+ OriginTrialEnabled=WebUSB,
] interface USBIsochronousInTransferPacket {
readonly attribute USBTransferStatus status;
readonly attribute DataView data;

Powered by Google App Engine
This is Rietveld 408576698