Index: device/bluetooth/bluetooth_adapter_factory_wrapper.h |
diff --git a/device/bluetooth/bluetooth_adapter_factory_wrapper.h b/device/bluetooth/bluetooth_adapter_factory_wrapper.h |
index 097b150bb3136dbcee4e6df6c451de61b1c47a4a..b7b57404e36a6972d49fef7a750aa9a9e495d93a 100644 |
--- a/device/bluetooth/bluetooth_adapter_factory_wrapper.h |
+++ b/device/bluetooth/bluetooth_adapter_factory_wrapper.h |
@@ -53,6 +53,7 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothAdapterFactoryWrapper { |
// to |mock_adapter|. |
void SetBluetoothAdapterForTesting( |
scoped_refptr<BluetoothAdapter> mock_adapter); |
+ void SetBluetoothAvailabilityForTesting(bool available); |
private: |
// friend LazyInstance to permit access to private constructor. |