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

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

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: 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 ef6e82e5cc88229e89abf686c26a0c19e91e4fa9..78d82ba42643349ab74bbeea42cb10b92c2610c6 100644
--- a/chrome/browser/resources/chromeos/login/host-pairing-screen.html
+++ b/chrome/browser/resources/chromeos/login/host-pairing-screen.html
@@ -55,6 +55,16 @@
</div>
<div id="code">{{C.code}}</div>
</host-pairing-page>
+ <host-pairing-page name="setup-basic-configuration">
+ <div class="title"
+ i18n-content="login_HostPairingScreen_setupBasicConfigTitle">
+ </div>
+ </host-pairing-page>
+ <host-pairing-page name="setup-network-error">
+ <div class="title"
+ i18n-content="login_HostPairingScreen_setupNetworkErrorTitle">
+ </div>
+ </host-pairing-page>
<host-pairing-page name="update">
<div class="title" i18n-content="login_HostPairingScreen_updatingTitle">
</div>

Powered by Google App Engine
This is Rietveld 408576698