| Index: content/browser/bluetooth/web_bluetooth_service_impl.h
|
| diff --git a/content/browser/bluetooth/web_bluetooth_service_impl.h b/content/browser/bluetooth/web_bluetooth_service_impl.h
|
| index c8a4c590726844bb6fb92ca659fe42af7a45c7fa..11c3714ecbeb9c412401745857057795340629bb 100644
|
| --- a/content/browser/bluetooth/web_bluetooth_service_impl.h
|
| +++ b/content/browser/bluetooth/web_bluetooth_service_impl.h
|
| @@ -65,6 +65,14 @@ class CONTENT_EXPORT WebBluetoothServiceImpl
|
| // GetLastCommittedOrigin().
|
| bool IsDevicePaired(const std::string& device_address);
|
|
|
| + // BluetoothAdapter::Observer:
|
| + void AdapterDiscoveringChanged(device::BluetoothAdapter* adapter,
|
| + bool discovering) override;
|
| +
|
| + bool IsDiscoverySessionActive();
|
| +
|
| + void SimulateRequestDevice();
|
| +
|
| private:
|
| friend class FrameConnectedBluetoothDevicesTest;
|
| typedef base::Callback<void(device::BluetoothDevice*)>
|
|
|