| Index: chrome/common/extensions/api/bluetooth.idl
|
| diff --git a/chrome/common/extensions/api/bluetooth.idl b/chrome/common/extensions/api/bluetooth.idl
|
| index d1f43afffc3400b8db4d91c49d6f0ab23d6d175f..c7a5968a480d69a36e29ccb129cced4156d57923 100644
|
| --- a/chrome/common/extensions/api/bluetooth.idl
|
| +++ b/chrome/common/extensions/api/bluetooth.idl
|
| @@ -2,7 +2,8 @@
|
| // 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.
|
|
|
| namespace bluetooth {
|
| dictionary AdapterState {
|
|
|