| Index: chrome/common/extensions/api/usb.idl
|
| diff --git a/chrome/common/extensions/api/usb.idl b/chrome/common/extensions/api/usb.idl
|
| index 89a0e608e1564835df27b18048ed2f1240acdf1b..eb33645220d0b54f561200f8c77b75cfe2a8f525 100644
|
| --- a/chrome/common/extensions/api/usb.idl
|
| +++ b/chrome/common/extensions/api/usb.idl
|
| @@ -2,6 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +// Use the <code>chrome.usb</code> module to interact with connected USB
|
| +// devices. This API provides access to USB operations from within the context
|
| +// of an app. Using this API, apps can function as drivers for hardware devices.
|
| namespace usb {
|
|
|
| // Direction, Recipient, RequestType, and TransferType all map to their
|
|
|