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

Unified Diff: device/bluetooth/bluetooth_device_chromeos.h

Issue 12929003: Implemented BluetoothAdapterMac::AddDevices(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changed the format type to unsigned long. Created 7 years, 9 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: 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.

Powered by Google App Engine
This is Rietveld 408576698