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

Unified Diff: chrome/browser/chromeos/login/screens/host_pairing_screen_view.cc

Issue 2771623002: Bootstrapping: Display meaningful enrollment error message on Slave device. (Closed)
Patch Set: Created 3 years, 9 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_view.cc
diff --git a/chrome/browser/chromeos/login/screens/host_pairing_screen_view.cc b/chrome/browser/chromeos/login/screens/host_pairing_screen_view.cc
index daed366e88e3c9007c922162ec84725b1a5f4342..c9e801460d78a5222fad65b87bf0d3e0a489e49e 100644
--- a/chrome/browser/chromeos/login/screens/host_pairing_screen_view.cc
+++ b/chrome/browser/chromeos/login/screens/host_pairing_screen_view.cc
@@ -9,12 +9,13 @@ namespace chromeos {
namespace host_pairing {
// Keep these constants synced with corresponding constants defined in
-// oobe_screen_host_pairing.js.
+// host-pairing-screen.js.
const char kContextKeyPage[] = "page";
const char kContextKeyDeviceName[] = "deviceName";
const char kContextKeyConfirmationCode[] = "code";
const char kContextKeyEnrollmentDomain[] = "enrollmentDomain";
const char kContextKeyUpdateProgress[] = "updateProgress";
+const char kContextKeyEnrollmentError[] = "enrollmentError";
const char kPageWelcome[] = "welcome";
const char kPageIntializationError[] = "initialization-error";

Powered by Google App Engine
This is Rietveld 408576698