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

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

Issue 1535573002: 1) Add initialization error page; 2) Add connection error page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: We don't need to set enrollment related local state for a host device since Enrollment Screen doesn… Created 5 years 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_actor.cc
diff --git a/chrome/browser/chromeos/login/screens/host_pairing_screen_actor.cc b/chrome/browser/chromeos/login/screens/host_pairing_screen_actor.cc
index 6eebd9528bd45ead8a04aa97633dac2bbdbf0967..00b7ac41e934cbcc38ecb407bca2beec80329d37 100644
--- a/chrome/browser/chromeos/login/screens/host_pairing_screen_actor.cc
+++ b/chrome/browser/chromeos/login/screens/host_pairing_screen_actor.cc
@@ -17,7 +17,9 @@ const char kContextKeyEnrollmentDomain[] = "enrollmentDomain";
const char kContextKeyUpdateProgress[] = "updateProgress";
const char kPageWelcome[] = "welcome";
+const char kPageIntializationError[] = "initialization-error";
const char kPageCodeConfirmation[] = "code-confirmation";
+const char kPageConnectionError[] = "connection-error";
const char kPageSetupBasicConfiguration[] = "setup-basic-configuration";
const char kPageSetupNetworkError[] = "setup-network-error";
const char kPageUpdate[] = "update";
« no previous file with comments | « chrome/browser/chromeos/login/screens/host_pairing_screen_actor.h ('k') | chrome/browser/chromeos/login/wizard_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698