Index: device/bluetooth/bluetooth_device_chromeos.h |
diff --git a/device/bluetooth/bluetooth_device_chromeos.h b/device/bluetooth/bluetooth_device_chromeos.h |
index 824eadd39314c20e83267cf2caf39ed061214f64..f5fe6f79bc45344e400bfdef74d0007adeb308bc 100644 |
--- a/device/bluetooth/bluetooth_device_chromeos.h |
+++ b/device/bluetooth/bluetooth_device_chromeos.h |
@@ -89,9 +89,6 @@ class BluetoothDeviceChromeOS |
// device is no longer paired or bonded, but perhaps still visible. |
void RemoveObjectPath(); |
- // Sets whether the device is visible to the owning adapter to |visible|. |
- void SetVisible(bool visible) { visible_ = visible; } |
- |
// Updates device information from the properties in |properties|, device |
// state properties such as |paired_| and |connected_| are ignored unless |
// |update_state| is true. |