| Index: components/pairing/fake_host_pairing_controller.h
|
| diff --git a/components/pairing/fake_host_pairing_controller.h b/components/pairing/fake_host_pairing_controller.h
|
| index ce63b096ac53711fc7f99bb369bbe1ff66cd65bd..f665aa6666fd0a803e58b2dced8644f1a4ff07fb 100644
|
| --- a/components/pairing/fake_host_pairing_controller.h
|
| +++ b/components/pairing/fake_host_pairing_controller.h
|
| @@ -42,6 +42,7 @@ class FakeHostPairingController
|
| virtual std::string GetConfirmationCode() OVERRIDE;
|
| virtual std::string GetEnrollmentDomain() OVERRIDE;
|
| virtual void OnUpdateStatusChanged(UpdateStatus update_status) OVERRIDE;
|
| + virtual void SetEnrollmentComplete(bool success) OVERRIDE;
|
|
|
| private:
|
| void ChangeStage(Stage new_stage);
|
|
|