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

Unified Diff: chrome/browser/resources/chromeos/login/host-pairing-screen.html

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/resources/chromeos/login/host-pairing-screen.html
diff --git a/chrome/browser/resources/chromeos/login/host-pairing-screen.html b/chrome/browser/resources/chromeos/login/host-pairing-screen.html
index dc9fb84d06a029224228a321f556efb49ec93e67..2146c5fd966928dd12295898dfcc6b82b89ed640 100644
--- a/chrome/browser/resources/chromeos/login/host-pairing-screen.html
+++ b/chrome/browser/resources/chromeos/login/host-pairing-screen.html
@@ -49,12 +49,24 @@
</div>
<div i18n-content="loginHostPairingScreenWelcomeText"></div>
</host-pairing-page>
+ <host-pairing-page name="initialization-error">
+ <div class="title"
+ i18n-content="loginHostPairingScreenInitializationErrorTitle">
+ </div>
+ <div i18n-content="loginHostPairingScreenErrorNeedRestartText"></div>
+ </host-pairing-page>
<host-pairing-page name="code-confirmation">
<div class="title"
i18n-content="loginHostPairingScreenConfirmationTitle">
</div>
<div id="code">{{C.code}}</div>
</host-pairing-page>
+ <host-pairing-page name="connection-error">
+ <div class="title"
+ i18n-content="loginHostPairingScreenConnectionErrorTitle">
+ </div>
+ <div i18n-content="loginHostPairingScreenErrorNeedRestartText"></div>
+ </host-pairing-page>
<host-pairing-page name="setup-basic-configuration">
<div class="title"
i18n-content="loginHostPairingScreenSetupBasicConfigTitle">
@@ -64,6 +76,7 @@
<div class="title"
i18n-content="loginHostPairingScreenSetupNetworkErrorTitle">
</div>
+ <div i18n-content="loginHostPairingScreenErrorNeedRestartText"></div>
</host-pairing-page>
<host-pairing-page name="update">
<div class="title" i18n-content="loginHostPairingScreenUpdatingTitle">
@@ -85,7 +98,7 @@
<div class="title"
i18n-content="loginHostPairingScreenEnrollmentErrorTitle">
</div>
- <div i18n-content="loginHostPairingScreenErrorNeedsRestart"></div>
+ <div i18n-content="loginHostPairingScreenErrorNeedRestartText"></div>
</host-pairing-page>
<host-pairing-page name="pairing-done">
<div class="title" i18n-content="loginHostPairingScreenDoneTitle">

Powered by Google App Engine
This is Rietveld 408576698