Chromium Code Reviews| 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 4e2c5e74731ecaa1e7815a2c98ebdde988150559..a7e8436aec1854ea96a11a22284a60aaa817ba15 100644 |
| --- a/chrome/browser/chromeos/login/screens/host_pairing_screen.h |
| +++ b/chrome/browser/chromeos/login/screens/host_pairing_screen.h |
| @@ -86,6 +86,7 @@ class HostPairingScreen |
| std::unique_ptr<EnterpriseEnrollmentHelper> enrollment_helper_; |
| std::string enrollment_error_string_; |
| + int enrollment_error_code_ = 0; |
|
achuithb
2017/05/25 19:27:34
ERROR_NONE?
xdai1
2017/06/08 22:18:40
Using 0 here might be better than using static_cas
|
| // Current stage of pairing process. |
| Stage current_stage_ = pairing_chromeos::HostPairingController::STAGE_NONE; |