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

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

Issue 1519883003: 1) Add basic configuration (network connection, language, keyboard layout, timezone) setup page. 2)… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix the i18n-content HTML format in the html files 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 e42e1715612a52aeb2d8701cbe0785a01a5688b6..6eebd9528bd45ead8a04aa97633dac2bbdbf0967 100644
--- a/chrome/browser/chromeos/login/screens/host_pairing_screen_actor.cc
+++ b/chrome/browser/chromeos/login/screens/host_pairing_screen_actor.cc
@@ -18,6 +18,8 @@ const char kContextKeyUpdateProgress[] = "updateProgress";
const char kPageWelcome[] = "welcome";
const char kPageCodeConfirmation[] = "code-confirmation";
+const char kPageSetupBasicConfiguration[] = "setup-basic-configuration";
+const char kPageSetupNetworkError[] = "setup-network-error";
const char kPageUpdate[] = "update";
const char kPageEnrollmentIntroduction[] = "enrollment-introduction";
const char kPageEnrollment[] = "enrollment";

Powered by Google App Engine
This is Rietveld 408576698