| Index: components/pairing/fake_host_pairing_controller.cc
|
| diff --git a/components/pairing/fake_host_pairing_controller.cc b/components/pairing/fake_host_pairing_controller.cc
|
| index 80c00c89b86573a832a442981dec8a6aeda66bbf..541a4337617b6d278e75bde9cd306840d59bb878 100644
|
| --- a/components/pairing/fake_host_pairing_controller.cc
|
| +++ b/components/pairing/fake_host_pairing_controller.cc
|
| @@ -128,6 +128,9 @@ void FakeHostPairingController::OnUpdateStatusChanged(
|
| UpdateStatus update_status) {
|
| }
|
|
|
| +void FakeHostPairingController::SetEnrollmentComplete(bool success) {
|
| +}
|
| +
|
| void FakeHostPairingController::PairingStageChanged(Stage new_stage) {
|
| switch (new_stage) {
|
| case STAGE_WAITING_FOR_CONTROLLER: {
|
|
|