| Index: chrome/common/extensions/docs/extensions/experimental.bluetooth.html
|
| diff --git a/chrome/common/extensions/docs/extensions/experimental.bluetooth.html b/chrome/common/extensions/docs/extensions/experimental.bluetooth.html
|
| index c439124416c911c8c3162cad5a13278f15009294..e56177b96595cbebb3f2b6dd925f95b2c70a8163 100644
|
| --- a/chrome/common/extensions/docs/extensions/experimental.bluetooth.html
|
| +++ b/chrome/common/extensions/docs/extensions/experimental.bluetooth.html
|
| @@ -1554,7 +1554,7 @@
|
| <var><span>options</span></var></span><span class="optional"><span>, </span><span>function</span>
|
| <var><span>ResultCallback</span></var></span>)</div>
|
| <div class="description">
|
| - <p>Start discovery. Discovered devices will be returned via the |onDeviceDiscovered| callback. Note that discovery can be resource intensive. stopDiscovery should be called as soon as is convenient.</p>
|
| + <p>Start discovery. Discovered devices will be returned via the |onDeviceDiscovered| callback. Discovery will fail to start if it is already in progress. Discovery can be resource intensive: stopDiscovery should be called as soon as possible.</p>
|
| <!-- PARAMETERS -->
|
| <h4>Parameters</h4>
|
| <dl>
|
|
|