Chromium Code Reviews| Index: Source/modules/webusb/NavigatorUSB.idl |
| diff --git a/Source/modules/webusb/NavigatorUSB.idl b/Source/modules/webusb/NavigatorUSB.idl |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..7ae24fde6ecff5412705d3329feae7ea5f538b58 |
| --- /dev/null |
| +++ b/Source/modules/webusb/NavigatorUSB.idl |
| @@ -0,0 +1,10 @@ |
| +// Copyright 2014 The Chromium Authors. All rights reserved. |
|
Reilly Grant (use Gerrit)
2015/07/23 23:24:08
2014 -> 2015
Ken Rockot(use gerrit already)
2015/07/28 22:30:38
Done.
|
| +// Use of this source code is governed by a BSD-style license that can be |
| +// found in the LICENSE file. |
| + |
| +[ |
| + GarbageCollected, |
| + RuntimeEnabled=WebUSB, |
| +] partial interface Navigator { |
| + readonly attribute USB usb; |
| +}; |