Index: chrome/common/extensions/api/usb.idl |
diff --git a/chrome/common/extensions/api/usb.idl b/chrome/common/extensions/api/usb.idl |
index cba100a6731c3a0370087179f36322827030f73b..aafbcd05dc71829e7ad9b0dbaaf50b35ccd3f8ac 100644 |
--- a/chrome/common/extensions/api/usb.idl |
+++ b/chrome/common/extensions/api/usb.idl |
@@ -2,6 +2,12 @@ |
// 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 or extension. Using this API, apps and extensions can function as |
+// drivers for hardware devices. |
+ |
+[availability=26] |
namespace usb { |
// Direction, Recipient and RequestType all map to their namesakes within the |