| 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 4cde9e6ebf7f49ef9bc584ca7334b10074b50cce..56ecbef0417357c5d241e30c35e61521af3a4096 100644
|
| --- a/device/bluetooth/bluetooth_task_manager_win.h
|
| +++ b/device/bluetooth/bluetooth_task_manager_win.h
|
| @@ -217,8 +217,9 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothTaskManagerWin
|
| // List of observers interested in event notifications.
|
| base::ObserverList<Observer> observers_;
|
|
|
| - // Adapter handle owned by bluetooth task runner.
|
| - base::win::ScopedHandle adapter_handle_;
|
| + // Weak reference of the adapter handle, let BluetoothClassicWrapper handle
|
| + // the close of |adapter_handle_|.
|
| + HANDLE adapter_handle_;
|
|
|
| // indicates whether the adapter is in discovery mode or not.
|
| bool discovering_;
|
|
|