Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(444)

Unified Diff: chrome/browser/chromeos/login/screens/host_pairing_screen.h

Issue 2890383003: Bootstrapping: Send meaningful error code/message from Slave to Master (Closed)
Patch Set: Address achuith@'s comments. Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
« no previous file with comments | « chrome/browser/chromeos/login/helper.cc ('k') | chrome/browser/chromeos/login/screens/host_pairing_screen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698