| Index: components/arc/bluetooth/arc_bluetooth_bridge.h
|
| diff --git a/components/arc/bluetooth/arc_bluetooth_bridge.h b/components/arc/bluetooth/arc_bluetooth_bridge.h
|
| index f8b7150c768c09c130b7ecb9306dfe379a473a7b..cc0363d7e39893333cd01b4958215e0c43cfdbe0 100644
|
| --- a/components/arc/bluetooth/arc_bluetooth_bridge.h
|
| +++ b/components/arc/bluetooth/arc_bluetooth_bridge.h
|
| @@ -45,6 +45,7 @@ class ArcBluetoothBridge
|
|
|
| // Overridden from InstanceHolder<mojom::BluetoothInstance>::Observer:
|
| void OnInstanceReady() override;
|
| + void OnInstanceClosed() override;
|
|
|
| void OnAdapterInitialized(scoped_refptr<device::BluetoothAdapter> adapter);
|
|
|
| @@ -364,6 +365,7 @@ class ArcBluetoothBridge
|
| mojo::Binding<mojom::BluetoothHost> binding_;
|
|
|
| scoped_refptr<bluez::BluetoothAdapterBlueZ> bluetooth_adapter_;
|
| + bool bluetooth_observer_flag_;
|
| scoped_refptr<device::BluetoothAdvertisement> advertisment_;
|
| std::unique_ptr<device::BluetoothDiscoverySession> discovery_session_;
|
| std::unordered_map<std::string,
|
|
|