| Index: components/pairing/bluetooth_controller_pairing_controller.h
|
| diff --git a/components/pairing/bluetooth_controller_pairing_controller.h b/components/pairing/bluetooth_controller_pairing_controller.h
|
| index 15d0833702df2a9f1de627c7efdc50c984f32aa5..40ad48daf95e8cbfb6300ec6b5fa4a09bc30a949 100644
|
| --- a/components/pairing/bluetooth_controller_pairing_controller.h
|
| +++ b/components/pairing/bluetooth_controller_pairing_controller.h
|
| @@ -87,6 +87,7 @@ class BluetoothControllerPairingController
|
| 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 DeviceAdded(device::BluetoothAdapter* adapter,
|
|
|