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

Unified Diff: chrome/common/extensions/docs/samples.json

Issue 10837294: Add bluetooth.getName API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review comments Created 8 years, 4 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
« no previous file with comments | « chrome/common/extensions/docs/extensions/experimental.bluetooth.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/samples.json
diff --git a/chrome/common/extensions/docs/samples.json b/chrome/common/extensions/docs/samples.json
index c2e2588e92f7bd13f1509ce63ada00afa355e809..25dcd424028922f7ed8d8f91cba192e787b0b88e 100644
--- a/chrome/common/extensions/docs/samples.json
+++ b/chrome/common/extensions/docs/samples.json
@@ -126,6 +126,7 @@
"chrome.experimental.bluetooth.getAddress": "experimental.bluetooth.html#method-getAddress",
"chrome.experimental.bluetooth.getDevices": "experimental.bluetooth.html#method-getDevices",
"chrome.experimental.bluetooth.getLocalOutOfBandPairingData": "experimental.bluetooth.html#method-getLocalOutOfBandPairingData",
+ "chrome.experimental.bluetooth.getName": "experimental.bluetooth.html#method-getName",
"chrome.experimental.bluetooth.getServices": "experimental.bluetooth.html#method-getServices",
"chrome.experimental.bluetooth.isAvailable": "experimental.bluetooth.html#method-isAvailable",
"chrome.experimental.bluetooth.isPowered": "experimental.bluetooth.html#method-isPowered",
@@ -185,6 +186,7 @@
"chrome.experimental.speechInput.start": "experimental.speechInput.html#method-start",
"chrome.experimental.speechInput.stop": "experimental.speechInput.html#method-stop",
"chrome.experimental.systemInfo.cpu.get": "experimental.systemInfo.cpu.html#method-get",
+ "chrome.experimental.systemInfo.storage.get": "experimental.systemInfo.storage.html#method-get",
"chrome.experimental.usb.bulkTransfer": "experimental.usb.html#method-bulkTransfer",
"chrome.experimental.usb.closeDevice": "experimental.usb.html#method-closeDevice",
"chrome.experimental.usb.controlTransfer": "experimental.usb.html#method-controlTransfer",
« no previous file with comments | « chrome/common/extensions/docs/extensions/experimental.bluetooth.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698