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

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

Issue 1959143002: Move WebUSB from OriginTrialEnabled to RuntimeEnabled. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2704
Patch Set: Created 4 years, 7 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/USBDevice.idl
diff --git a/third_party/WebKit/Source/modules/webusb/USBDevice.idl b/third_party/WebKit/Source/modules/webusb/USBDevice.idl
index 89925eb5b2b2ad98b1f7cb64fe8200c6e970f1ed..9c055b04571939db0e38b080c8bee5ff0a227bae 100644
--- a/third_party/WebKit/Source/modules/webusb/USBDevice.idl
+++ b/third_party/WebKit/Source/modules/webusb/USBDevice.idl
@@ -14,7 +14,7 @@ enum USBTransferStatus {
[
GarbageCollected,
- OriginTrialEnabled=WebUSB,
+ RuntimeEnabled=WebUSB,
] interface USBDevice {
readonly attribute DOMString guid;
readonly attribute octet usbVersionMajor;

Powered by Google App Engine
This is Rietveld 408576698