| Index: device/bluetooth/bluetooth_adapter.h
|
| diff --git a/device/bluetooth/bluetooth_adapter.h b/device/bluetooth/bluetooth_adapter.h
|
| index 3c74ff9ad69f67ecbcd1449612c143b238bb1ac7..43f87bf5dc8cc7c3f4f5b6a5e4bda1fa7d6956b5 100644
|
| --- a/device/bluetooth/bluetooth_adapter.h
|
| +++ b/device/bluetooth/bluetooth_adapter.h
|
| @@ -210,7 +210,7 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothAdapter
|
| // Returns a weak pointer to an existing adapter for testing purposes only.
|
| base::WeakPtr<BluetoothAdapter> GetWeakPtrForTesting();
|
|
|
| -#if defined(OS_CHROMEOS)
|
| +#if defined(OS_CHROMEOS) || defined(OS_LINUX)
|
| // Shutdown the adapter: tear down and clean up all objects owned by
|
| // BluetoothAdapter. After this call, the BluetoothAdapter will behave as if
|
| // no Bluetooth controller exists in the local system. |IsPresent| will return
|
|
|