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

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

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.h
diff --git a/chrome/browser/chromeos/login/screens/host_pairing_screen_actor.h b/chrome/browser/chromeos/login/screens/host_pairing_screen_actor.h
index e260c15d50367b6a57bc544888458af9e5a17abc..b6d86f8468ad69ff4bf74d7bccd4de8f019671df 100644
--- a/chrome/browser/chromeos/login/screens/host_pairing_screen_actor.h
+++ b/chrome/browser/chromeos/login/screens/host_pairing_screen_actor.h
@@ -26,7 +26,9 @@ extern const char kContextKeyUpdateProgress[];
// Pages names.
extern const char kPageWelcome[];
+extern const char kPageIntializationError[];
extern const char kPageCodeConfirmation[];
+extern const char kPageConnectionError[];
extern const char kPageSetupBasicConfiguration[];
extern const char kPageSetupNetworkError[];
extern const char kPageUpdate[];

Powered by Google App Engine
This is Rietveld 408576698