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

Unified Diff: device/bluetooth/bluetooth_task_manager_win.h

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.h
diff --git a/device/bluetooth/bluetooth_task_manager_win.h b/device/bluetooth/bluetooth_task_manager_win.h
index a207cc29ebce26dd7542f1af537952aa6e2b7623..6c90142ea61444e63d7777c3012bc3365ea1ab4d 100644
--- a/device/bluetooth/bluetooth_task_manager_win.h
+++ b/device/bluetooth/bluetooth_task_manager_win.h
@@ -50,7 +50,6 @@ class BluetoothTaskManagerWin
std::string name;
std::string address;
uint32 bluetooth_class;
- bool visible;
bool connected;
bool authenticated;
ScopedVector<ServiceRecordState> service_record_states;

Powered by Google App Engine
This is Rietveld 408576698