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

Unified Diff: chrome/browser/resources/chromeos/login/oobe_screen_update.html

Issue 10854071: New OOBE design: minor content update (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 8 years, 4 months 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/oobe_screen_update.html
diff --git a/chrome/browser/resources/chromeos/login/oobe_screen_update.html b/chrome/browser/resources/chromeos/login/oobe_screen_update.html
index f9c761d4630bb25fb2604097c6dc5f936a184753..242393c1e522ab6ab50ff96c3d24e1a1b3fd1aa4 100644
--- a/chrome/browser/resources/chromeos/login/oobe_screen_update.html
+++ b/chrome/browser/resources/chromeos/login/oobe_screen_update.html
@@ -7,8 +7,12 @@
<p i18n-content="cancelUpdateHint"></p>
</div>
<div id="update-screen-curtain">
- <p i18n-content="checkingForUpdates"></p>
- <p id="update-checking-ellipsis"></p>
+ <div id="checking-updates-label" i18n-content="checkingForUpdatesMsg">
+ </div>
+ <div id="update-checking-progress">
+ <p i18n-content="checkingForUpdates"></p>
+ <p id="update-checking-ellipsis"></p>
+ </div>
</div>
<div id="update-screen-main" hidden>
<p id="update-upper-label"></p>

Powered by Google App Engine
This is Rietveld 408576698