| 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 8bb82f537cdf19563660b51c2809ea69928b08ae..b9f6b547046dae25459b2a6622444bac78ab6e8f 100644
|
| --- a/components/pairing/bluetooth_host_pairing_controller.h
|
| +++ b/components/pairing/bluetooth_host_pairing_controller.h
|
| @@ -47,7 +47,6 @@ class BluetoothHostPairingController
|
| private:
|
| void ChangeStage(Stage new_stage);
|
| void SendHostStatus();
|
| - void Reset();
|
|
|
| void OnGetAdapter(scoped_refptr<device::BluetoothAdapter> adapter);
|
| void SetName();
|
| @@ -80,6 +79,7 @@ class BluetoothHostPairingController
|
| void OnUpdateStatusChanged(UpdateStatus update_status) override;
|
| void OnEnrollmentStatusChanged(EnrollmentStatus enrollment_status) override;
|
| void SetPermanentId(const std::string& permanent_id) override;
|
| + void Reset() override;
|
|
|
| // ProtoDecoder::Observer:
|
| void OnHostStatusMessage(const pairing_api::HostStatus& message) override;
|
|
|