summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/api/serial.idl
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/extensions/api/serial.idl')
-rw-r--r--chrome/common/extensions/api/serial.idl2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/extensions/api/serial.idl b/chrome/common/extensions/api/serial.idl
index 6aad781..1df7550 100644
--- a/chrome/common/extensions/api/serial.idl
+++ b/chrome/common/extensions/api/serial.idl
@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+// Use the <code>chrome.serial</code> API to read from and write to a device
+// connected to a serial port.
namespace serial {
callback GetPortsCallback = void (DOMString[] ports);