| Index: components/pairing/bluetooth_host_pairing_controller.cc
|
| diff --git a/components/pairing/bluetooth_host_pairing_controller.cc b/components/pairing/bluetooth_host_pairing_controller.cc
|
| index 8b0b201521495019db5cac03930a610c0a98a362..a9eb8c33dbe8d4a29374ed887143b0d89c90333e 100644
|
| --- a/components/pairing/bluetooth_host_pairing_controller.cc
|
| +++ b/components/pairing/bluetooth_host_pairing_controller.cc
|
| @@ -440,6 +440,13 @@ void BluetoothHostPairingController::OnErrorMessage(
|
| NOTREACHED();
|
| }
|
|
|
| +void BluetoothHostPairingController::OnRebootMessage(
|
| + const pairing_api::Reboot& message) {
|
| + DCHECK(thread_checker_.CalledOnValidThread());
|
| + for (Observer& observer : observers_)
|
| + observer.RebootHostRequested();
|
| +}
|
| +
|
| void BluetoothHostPairingController::OnAddNetworkMessage(
|
| const pairing_api::AddNetwork& message) {
|
| DCHECK(thread_checker_.CalledOnValidThread());
|
|
|