Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8892)

Unified Diff: chrome/common/extensions/docs/extensions/experimental.bluetooth.html

Issue 10716003: [Font Settings API]: Rename fontName and localizedName to fontId and displayName (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: patch for landing Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 f1bbae431fe4801cdd0e336ad1df7e580108f28a..a99a296a4354dd48bee9f3433706ba16a5358749 100644
--- a/chrome/common/extensions/docs/extensions/experimental.bluetooth.html
+++ b/chrome/common/extensions/docs/extensions/experimental.bluetooth.html
@@ -233,8 +233,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>
@@ -1884,53 +1882,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">

Powered by Google App Engine
This is Rietveld 408576698