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

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: . Created 3 years, 7 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 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;

Powered by Google App Engine
This is Rietveld 408576698