| 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 996efcc5a82dfa43f8081b5308ce7b8e833be672..4e2c5e74731ecaa1e7815a2c98ebdde988150559 100644
|
| --- a/chrome/browser/chromeos/login/screens/host_pairing_screen.h
|
| +++ b/chrome/browser/chromeos/login/screens/host_pairing_screen.h
|
| @@ -85,6 +85,7 @@ class HostPairingScreen
|
| pairing_chromeos::HostPairingController* remora_controller_ = nullptr;
|
|
|
| std::unique_ptr<EnterpriseEnrollmentHelper> enrollment_helper_;
|
| + std::string enrollment_error_string_;
|
|
|
| // Current stage of pairing process.
|
| Stage current_stage_ = pairing_chromeos::HostPairingController::STAGE_NONE;
|
|
|