| Index: chrome/common/extensions/docs/apps/experimental.bluetooth.html
|
| diff --git a/chrome/common/extensions/docs/apps/experimental.bluetooth.html b/chrome/common/extensions/docs/apps/experimental.bluetooth.html
|
| index 116baf1f5d65c7626d91d27ea87e1f3a52b29a0a..ee8506ac0510e9398e7bdba78b949b3189ed43f2 100644
|
| --- a/chrome/common/extensions/docs/apps/experimental.bluetooth.html
|
| +++ b/chrome/common/extensions/docs/apps/experimental.bluetooth.html
|
| @@ -204,8 +204,6 @@
|
| <li>
|
| <a href="#event-onAvailabilityChanged">onAvailabilityChanged</a>
|
| </li><li>
|
| - <a href="#event-onDeviceDiscovered_">onDeviceDiscovered_</a>
|
| - </li><li>
|
| <a href="#event-onPowerChanged">onPowerChanged</a>
|
| </li>
|
| </ol>
|
| @@ -1440,53 +1438,6 @@
|
| </div> <!-- /description -->
|
| <!-- /description -->
|
| </div><div class="apiItem">
|
| - <a name="event-onDeviceDiscovered_"></a>
|
| - <h4>onDeviceDiscovered_</h4>
|
| - <div class="summary">
|
| - <!-- Note: intentionally longer 80 columns -->
|
| - <span class="subdued">chrome.experimental.bluetooth.</span><span>onDeviceDiscovered_</span><span class="subdued">.addListener</span>(function(<span>experimental.bluetooth.Device device</span>) <span class="subdued">{...}</span><span></span>);
|
| - </div>
|
| - <div class="description">
|
| - <p>Used to return discovered devices to the extension. Users should not add listeners to this event directly.</p>
|
| - <!-- LISTENER PARAMETERS -->
|
| - <div>
|
| - <h4>Listener parameters</h4>
|
| - <dl>
|
| - <div>
|
| - <div>
|
| - <dt>
|
| - <var>device</var>
|
| - <em>
|
| - <!-- TYPE -->
|
| - <div style="display:inline">
|
| - (
|
| - <span id="typeTemplate">
|
| - <span>
|
| - <a href="experimental.bluetooth.html#type-experimental.bluetooth.Device">experimental.bluetooth.Device</a>
|
| - </span>
|
| - </span>
|
| - )
|
| - </div>
|
| - </em>
|
| - </dt>
|
| - <dd class="todo">
|
| - Undocumented.
|
| - </dd>
|
| - <!-- OBJECT PROPERTIES -->
|
| - <!-- OBJECT METHODS -->
|
| - <!-- OBJECT EVENT FIELDS -->
|
| - <!-- FUNCTION PARAMETERS -->
|
| - </div>
|
| - </div>
|
| - </dl>
|
| - </div>
|
| - <!-- EXTRA PARAMETERS -->
|
| - <!-- LISTENER RETURN VALUE -->
|
| - <dl>
|
| - </dl>
|
| - </div> <!-- /description -->
|
| - <!-- /description -->
|
| - </div><div class="apiItem">
|
| <a name="event-onPowerChanged"></a>
|
| <h4>onPowerChanged</h4>
|
| <div class="summary">
|
|
|