| Index: third_party/WebKit/Source/modules/webusb/NavigatorUSB.idl
|
| diff --git a/third_party/WebKit/Source/modules/webusb/NavigatorUSB.idl b/third_party/WebKit/Source/modules/webusb/NavigatorUSB.idl
|
| index 581358ffc80cd71d92a87c332e4e7d72469fc5be..e9a852278203a5cfc2499e315e15ad201a45f1c5 100644
|
| --- a/third_party/WebKit/Source/modules/webusb/NavigatorUSB.idl
|
| +++ b/third_party/WebKit/Source/modules/webusb/NavigatorUSB.idl
|
| @@ -4,6 +4,9 @@
|
|
|
| // https://wicg.github.io/webusb/#enumeration
|
|
|
| +// The [SecureContext] and [OriginTrialEnabled] extended attributes don't mix.
|
| +// Once this is out of origin trial and the secure context logic is removed from
|
| +// ConditionalFeaturesForModules.cpp add [SecureContext] here.
|
| partial interface Navigator {
|
| [OriginTrialEnabled=WebUSB] readonly attribute USB usb;
|
| };
|
|
|