Index: chrome/common/extensions/api/usb.idl |
diff --git a/chrome/common/extensions/api/usb.idl b/chrome/common/extensions/api/usb.idl |
index b651d7c93ec035d68047df65a460f9d8156ac462..9e2a7d6853ee2c34415b259567cba654c0c06a5f 100644 |
--- a/chrome/common/extensions/api/usb.idl |
+++ b/chrome/common/extensions/api/usb.idl |
@@ -2,6 +2,10 @@ |
// 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 and RequestType all map to their namesakes within the |