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 39da633cc76242c6b0536889b90ee0ec913e9ed3..fce409b2e3dbd26b06f65f45695280312aba846f 100644 |
--- a/chrome/browser/chromeos/login/screens/host_pairing_screen.h |
+++ b/chrome/browser/chromeos/login/screens/host_pairing_screen.h |
@@ -90,6 +90,10 @@ class HostPairingScreen |
pairing_chromeos::HostPairingController* remora_controller_ = nullptr; |
std::unique_ptr<EnterpriseEnrollmentHelper> enrollment_helper_; |
+ |
+ // Describes the error code of an enrollment operation. For the format, see |
+ // the definition of |error_code_| in bluetooth_host_pairing_controller.h. |
+ int enrollment_error_code_ = 0; |
std::string enrollment_error_string_; |
// Current stage of pairing process. |