| Index: chrome/browser/chromeos/login/screens/host_pairing_screen.h
|
| diff --git a/chrome/browser/chromeos/login/screens/host_pairing_screen.h b/chrome/browser/chromeos/login/screens/host_pairing_screen.h
|
| index 40b4ffb581de1023f3c36df2e910d6af9c967159..7a5229fb64a004ccca44dfa876c86759b249bd10 100644
|
| --- a/chrome/browser/chromeos/login/screens/host_pairing_screen.h
|
| +++ b/chrome/browser/chromeos/login/screens/host_pairing_screen.h
|
| @@ -23,8 +23,6 @@ class HostPairingScreen :
|
|
|
| private:
|
| typedef pairing_chromeos::HostPairingController::Stage Stage;
|
| - typedef pairing_chromeos::HostPairingController::UpdateProgress
|
| - UpdateProgress;
|
|
|
| void CommitContextChanges();
|
|
|
| @@ -34,9 +32,14 @@ class HostPairingScreen :
|
| virtual void Hide() OVERRIDE;
|
| virtual std::string GetName() const OVERRIDE;
|
|
|
| - // Overridden from pairing_chromeos::HostPairingController::Observer:
|
| + // pairing_chromeos::HostPairingController::Observer:
|
| virtual void PairingStageChanged(Stage new_stage) OVERRIDE;
|
| - virtual void UpdateAdvanced(const UpdateProgress& progress) OVERRIDE;
|
| + virtual void ConfigureHost(bool accepted_eula,
|
| + const std::string& lang,
|
| + const std::string& timezone,
|
| + bool send_reports,
|
| + const std::string& keyboard_layout) OVERRIDE;
|
| + virtual void EnrollHost(const std::string& auth_token) OVERRIDE;
|
|
|
| // Overridden from ControllerPairingView::Delegate:
|
| virtual void OnActorDestroyed(HostPairingScreenActor* actor) OVERRIDE;
|
|
|