| Index: components/pairing/fake_controller_pairing_controller.h
|
| diff --git a/components/pairing/fake_controller_pairing_controller.h b/components/pairing/fake_controller_pairing_controller.h
|
| index ce6630a75ee6e37ea0716623669ac5a589c87a36..99ac3de24863f7849eb921a0524c18567ad6f892 100644
|
| --- a/components/pairing/fake_controller_pairing_controller.h
|
| +++ b/components/pairing/fake_controller_pairing_controller.h
|
| @@ -73,9 +73,14 @@ class FakeControllerPairingController
|
| 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;
|
|
|
| private:
|
|
|