| 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 51ff19ace41c7935a1c1b07ee9b01e18025e153b..26d11a1f0f5da4fbcbf41f6396bc624ead3586ef 100644
|
| --- a/components/pairing/bluetooth_host_pairing_controller.h
|
| +++ b/components/pairing/bluetooth_host_pairing_controller.h
|
| @@ -38,7 +38,6 @@ class BluetoothHostPairingController
|
| ~BluetoothHostPairingController() override;
|
|
|
| private:
|
| - void ChangeStage(Stage new_stage);
|
| void SendHostStatus();
|
| void AbortWithError(int code, const std::string& message);
|
| void Reset();
|
| @@ -65,6 +64,7 @@ class BluetoothHostPairingController
|
| void AddObserver(Observer* observer) override;
|
| void RemoveObserver(Observer* observer) override;
|
| Stage GetCurrentStage() override;
|
| + void ChangeStage(Stage new_stage) override;
|
| void StartPairing() override;
|
| std::string GetDeviceName() override;
|
| std::string GetConfirmationCode() override;
|
|
|