summaryrefslogtreecommitdiffstats
path: root/components/pairing/fake_host_pairing_controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'components/pairing/fake_host_pairing_controller.h')
-rw-r--r--components/pairing/fake_host_pairing_controller.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/pairing/fake_host_pairing_controller.h b/components/pairing/fake_host_pairing_controller.h
index 17d6884..fcca881 100644
--- a/components/pairing/fake_host_pairing_controller.h
+++ b/components/pairing/fake_host_pairing_controller.h
@@ -47,6 +47,7 @@ class FakeHostPairingController
std::string GetEnrollmentDomain() override;
void OnUpdateStatusChanged(UpdateStatus update_status) override;
void OnEnrollmentStatusChanged(EnrollmentStatus enrollment_status) override;
+ void SetPermanentId(const std::string& permanent_id) override;
// HostPairingController::Observer:
void PairingStageChanged(Stage new_stage) override;