summaryrefslogtreecommitdiffstats
path: root/components/pairing/bluetooth_controller_pairing_controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'components/pairing/bluetooth_controller_pairing_controller.h')
-rw-r--r--components/pairing/bluetooth_controller_pairing_controller.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/components/pairing/bluetooth_controller_pairing_controller.h b/components/pairing/bluetooth_controller_pairing_controller.h
index 43ddd75..7458154 100644
--- a/components/pairing/bluetooth_controller_pairing_controller.h
+++ b/components/pairing/bluetooth_controller_pairing_controller.h
@@ -66,9 +66,14 @@ class BluetoothControllerPairingController
virtual void RepeatDiscovery() OVERRIDE;
virtual std::string GetConfirmationCode() OVERRIDE;
virtual void SetConfirmationCodeIsCorrect(bool correct) OVERRIDE;
- virtual void OnAuthenticationDone(
- const chromeos::UserContext& user_context,
- content::BrowserContext* browser_context) OVERRIDE;
+ virtual void SetHostConfiguration(
+ bool accepted_eula,
+ const std::string& lang,
+ const std::string& timezone,
+ bool send_reports,
+ const std::string& keyboard_layout) OVERRIDE;
+ virtual void OnAuthenticationDone(const std::string& domain,
+ const std::string& auth_token) OVERRIDE;
virtual void StartSession() OVERRIDE;
// ProtoDecoder::Observer: