summaryrefslogtreecommitdiffstats
path: root/device/bluetooth/bluetooth_adapter_win.cc
diff options
context:
space:
mode:
authoryoungki@chromium.org <youngki@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-26 06:06:26 +0000
committeryoungki@chromium.org <youngki@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-26 06:06:26 +0000
commit7d06ba37994cc87872438d76bf5840158487cb6e (patch)
treeea7d868704abe00fcdee9a2f79dcde09879feac8 /device/bluetooth/bluetooth_adapter_win.cc
parent2fdf5a366e20cab5aa7bc19dec5f2ba57d15c6c5 (diff)
downloadchromium_src-7d06ba37994cc87872438d76bf5840158487cb6e.zip
chromium_src-7d06ba37994cc87872438d76bf5840158487cb6e.tar.gz
chromium_src-7d06ba37994cc87872438d76bf5840158487cb6e.tar.bz2
Implemented BluetoothAdapterMac::AddDevices() and BluetoothAdapterMac::RemoveUnpairedDevices().
This method will update the paired devices and make this information accessible from Bluetooth API. BUG=135472 Review URL: https://chromiumcodereview.appspot.com/12929003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190560 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'device/bluetooth/bluetooth_adapter_win.cc')
-rw-r--r--device/bluetooth/bluetooth_adapter_win.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/device/bluetooth/bluetooth_adapter_win.cc b/device/bluetooth/bluetooth_adapter_win.cc
index 5341aba..374620b 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) {