From 43528f6c32cb0923731d1231ee552f01ce44ebf0 Mon Sep 17 00:00:00 2001 From: "keybuk@chromium.org" Date: Wed, 11 Jun 2014 09:31:29 +0000 Subject: [PATCH] chrome.bluetooth: remove documentation for non-public properties Some properties are not yet ready for the public stable API, remove the documentation for them. BUG=None Review URL: https://codereview.chromium.org/329653002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276319 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/extensions/api/bluetooth.idl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chrome/common/extensions/api/bluetooth.idl b/chrome/common/extensions/api/bluetooth.idl index 010ce943afcc..1febc8b12719 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 -- 2.11.4.GIT