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

Unified Diff: device/bluetooth/bluetooth_adapter_win.cc

Issue 12929003: Implemented BluetoothAdapterMac::AddDevices(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reverted BluetoothDevice interface. 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_adapter_win.cc
diff --git a/device/bluetooth/bluetooth_adapter_win.cc b/device/bluetooth/bluetooth_adapter_win.cc
index 5341aba85929e56e095947a4ba51b4e41b41b7b2..374620bbce1cb2aea94e6fd2c2e2e75a6a27bc41 100644
--- a/device/bluetooth/bluetooth_adapter_win.cc
+++ b/device/bluetooth/bluetooth_adapter_win.cc
@@ -34,7 +34,6 @@ BluetoothAdapterWin::~BluetoothAdapterWin() {
task_manager_->RemoveObserver(this);
task_manager_->Shutdown();
}
- STLDeleteValues(&devices_);
}
void BluetoothAdapterWin::AddObserver(BluetoothAdapter::Observer* observer) {

Powered by Google App Engine
This is Rietveld 408576698