| Index: chrome/common/extensions/api/usb.idl
|
| diff --git a/chrome/common/extensions/api/usb.idl b/chrome/common/extensions/api/usb.idl
|
| index 068f34be5696029a4f8c912f08ec874894e0d1c8..1b757b00ef7db67f38d592f6d90e8107ceea3260 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> API 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
|
|
|