| 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 ebd708474931c0e378e086f340e6fe89e9f8ae1b..0e4a34e1a947b3fe9738973a526f85762ead65fb 100644
|
| --- a/components/pairing/fake_host_pairing_controller.cc
|
| +++ b/components/pairing/fake_host_pairing_controller.cc
|
| @@ -122,6 +122,10 @@ std::string FakeHostPairingController::GetEnrollmentDomain() {
|
| return enrollment_domain_;
|
| }
|
|
|
| +void FakeHostPairingController::OnNetworkConnectivityChanged(
|
| + Connectivity connectivity_status) {
|
| +}
|
| +
|
| void FakeHostPairingController::OnUpdateStatusChanged(
|
| UpdateStatus update_status) {
|
| }
|
|
|