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

Unified Diff: device/bluetooth/bluetooth_adapter_win.h

Issue 424093004: Improve processing of Bluetooth device discovery on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address code review feedback (nits and memory leak). Created 6 years, 5 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
« no previous file with comments | « no previous file | device/bluetooth/bluetooth_adapter_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/bluetooth/bluetooth_adapter_win.h
diff --git a/device/bluetooth/bluetooth_adapter_win.h b/device/bluetooth/bluetooth_adapter_win.h
index eb69003333de103928248c026aa56dbe34a8d762..a6b36097efe3f50c18a8734629d40cf620798fa8 100644
--- a/device/bluetooth/bluetooth_adapter_win.h
+++ b/device/bluetooth/bluetooth_adapter_win.h
@@ -71,13 +71,8 @@ class BluetoothAdapterWin : public BluetoothAdapter,
const BluetoothTaskManagerWin::AdapterState& state) OVERRIDE;
virtual void DiscoveryStarted(bool success) OVERRIDE;
virtual void DiscoveryStopped() OVERRIDE;
- virtual void DevicesDiscovered(
- const ScopedVector<BluetoothTaskManagerWin::DeviceState>& devices)
- OVERRIDE;
-
- virtual void DevicesUpdated(
- const ScopedVector<BluetoothTaskManagerWin::DeviceState>& devices)
- OVERRIDE;
+ virtual void DevicesPolled(const ScopedVector<
+ BluetoothTaskManagerWin::DeviceState>& devices) OVERRIDE;
const scoped_refptr<base::SequencedTaskRunner>& ui_task_runner() const {
return ui_task_runner_;
« no previous file with comments | « no previous file | device/bluetooth/bluetooth_adapter_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698