summaryrefslogtreecommitdiffstats
path: root/components/pairing/fake_host_pairing_controller.cc
diff options
context:
space:
mode:
Diffstat (limited to 'components/pairing/fake_host_pairing_controller.cc')
-rw-r--r--components/pairing/fake_host_pairing_controller.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/components/pairing/fake_host_pairing_controller.cc b/components/pairing/fake_host_pairing_controller.cc
index e6d1e76..25250d02 100644
--- a/components/pairing/fake_host_pairing_controller.cc
+++ b/components/pairing/fake_host_pairing_controller.cc
@@ -169,15 +169,4 @@ void FakeHostPairingController::PairingStageChanged(Stage new_stage) {
}
}
-void FakeHostPairingController::ConfigureHost(
- bool accepted_eula,
- const std::string& lang,
- const std::string& timezone,
- bool send_reports,
- const std::string& keyboard_layout) {
-}
-
-void FakeHostPairingController::EnrollHost(const std::string& auth_token) {
-}
-
} // namespace pairing_chromeos