summaryrefslogtreecommitdiffstats
path: root/components/pairing/shark_connection_listener.h
diff options
context:
space:
mode:
Diffstat (limited to 'components/pairing/shark_connection_listener.h')
-rw-r--r--components/pairing/shark_connection_listener.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/components/pairing/shark_connection_listener.h b/components/pairing/shark_connection_listener.h
index 98a7829..c0b3836 100644
--- a/components/pairing/shark_connection_listener.h
+++ b/components/pairing/shark_connection_listener.h
@@ -30,12 +30,6 @@ class SharkConnectionListener : public HostPairingController::Observer {
// HostPairingController::Observer overrides:
void PairingStageChanged(Stage new_stage) override;
- void ConfigureHost(bool accepted_eula,
- const std::string& lang,
- const std::string& timezone,
- bool send_reports,
- const std::string& keyboard_layout) override;
- void EnrollHost(const std::string& auth_token) override;
OnConnectedCallback callback_;
scoped_ptr<HostPairingController> controller_;