| 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 93f50cf0601fe6622b70333522c65b58a0835a0a..1f2e1d6e552f3e8b42f8f19dd8f9750d55a995d4 100644
|
| --- a/device/bluetooth/bluetooth_task_manager_win.h
|
| +++ b/device/bluetooth/bluetooth_task_manager_win.h
|
| @@ -65,11 +65,6 @@ class BluetoothTaskManagerWin
|
| friend class base::RefCountedThreadSafe<BluetoothTaskManagerWin>;
|
| friend class BluetoothTaskManagerWinTest;
|
|
|
| - // Returns true if the machine has a bluetooth stack available. The first call
|
| - // to this function will involve file IO, so it should be done on an
|
| - // appropriate thread. This function is not threadsafe.
|
| - static bool HasBluetoothStack();
|
| -
|
| static const int kPollIntervalMs;
|
|
|
| // Constructor to pass |ui_task_runner_| and |bluetooth_task_runner_| for
|
|
|