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

Unified Diff: chrome/common/extensions/api/bluetooth.idl

Issue 329653002: chrome.bluetooth: remove documentation for non-public properties (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/bluetooth.idl
diff --git a/chrome/common/extensions/api/bluetooth.idl b/chrome/common/extensions/api/bluetooth.idl
index 010ce943afcc0dd5b9922e386a3c1a01aad79415..1febc8b127194e344045bb84bdfbd7f2af3cbd1d 100644
--- a/chrome/common/extensions/api/bluetooth.idl
+++ b/chrome/common/extensions/api/bluetooth.idl
@@ -70,17 +70,17 @@ namespace bluetooth {
// If the device is currently connected, then measures the RSSI of the
// connection signal. Otherwise, measures the RSSI of the last inquiry sent
// to the device, where available. Absent if unavailable.
- long? rssi;
+ [nodoc] long? rssi;
// Indicates the host's current transmit power ("Tx power") for the
// connection to the device, measured in dBm, to a resolution of 1dBm.
// This value is only available if the device is currently connected.
- long? currentHostTransmitPower;
+ [nodoc] long? currentHostTransmitPower;
// Indicates the host's maximum transmit power ("Tx power") for the
// connection to the device, measured in dBm, to a resolution of 1dBm.
// This value is only available if the device is currently connected.
- long? maximumHostTransmitPower;
+ [nodoc] long? maximumHostTransmitPower;
// UUIDs of protocols, profiles and services advertised by the device.
// For classic Bluetooth devices, this list is obtained from EIR data and
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698