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

Unified Diff: device/bluetooth/bluetooth_task_manager_win.cc

Issue 13416005: Bluetooth: clean up BluetoothDevice (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Make GetServices return a copy of the list 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_task_manager_win.cc
diff --git a/device/bluetooth/bluetooth_task_manager_win.cc b/device/bluetooth/bluetooth_task_manager_win.cc
index 885265182a0dd98896391b7ff327fc4a920714c0..641a2644fc0af6dc695b081c2a60ee353bd8ca69 100644
--- a/device/bluetooth/bluetooth_task_manager_win.cc
+++ b/device/bluetooth/bluetooth_task_manager_win.cc
@@ -66,7 +66,6 @@ void GetDeviceState(const BLUETOOTH_DEVICE_INFO& device_info,
device_info.Address.rgBytes[1],
device_info.Address.rgBytes[0]);
state->bluetooth_class = device_info.ulClassofDevice;
- state->visible = true;
state->connected = !!device_info.fConnected;
state->authenticated = !!device_info.fAuthenticated;
}

Powered by Google App Engine
This is Rietveld 408576698