| Index: chrome/common/extensions/api/bluetooth.idl
|
| diff --git a/chrome/common/extensions/api/bluetooth.idl b/chrome/common/extensions/api/bluetooth.idl
|
| index 3c200a51aefb2a35d1587cef83a638003995a830..35a173c9ca8f9cde57a74905bcc774199f5a4f6d 100644
|
| --- a/chrome/common/extensions/api/bluetooth.idl
|
| +++ b/chrome/common/extensions/api/bluetooth.idl
|
| @@ -2,8 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -// Bluetooth API.
|
| +// Use the <code>chrome.bluetooth</code> module to connect to a Bluetooth
|
| +// device.
|
|
|
| +[availability=dev]
|
| namespace bluetooth {
|
| dictionary AdapterState {
|
| // The address of the adapter, in the format 'XX:XX:XX:XX:XX:XX'.
|
|
|