| Index: components/pairing/bluetooth_host_pairing_controller.h
|
| diff --git a/components/pairing/bluetooth_host_pairing_controller.h b/components/pairing/bluetooth_host_pairing_controller.h
|
| index 9c84a0d3dfa4d3f6340bfc8dc06372a45a90b905..45bf417f6fb1aa8d9944c90e5d55514282cad7f8 100644
|
| --- a/components/pairing/bluetooth_host_pairing_controller.h
|
| +++ b/components/pairing/bluetooth_host_pairing_controller.h
|
| @@ -121,6 +121,7 @@ class BluetoothHostPairingController
|
| const pairing_api::CompleteSetup& message) override;
|
| void OnErrorMessage(const pairing_api::Error& message) override;
|
| void OnAddNetworkMessage(const pairing_api::AddNetwork& message) override;
|
| + void OnRebootMessage(const pairing_api::Reboot& message) override;
|
|
|
| // BluetoothAdapter::Observer:
|
| void AdapterPresentChanged(device::BluetoothAdapter* adapter,
|
|
|