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

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: . 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 00a34c4e4291657410e0dc015cf2cd89f6fed916..39ba72ead9835b3090a0ea1fddf15379dc932672 100644
--- a/chrome/browser/resources/chromeos/login/oobe_screen_update.html
+++ b/chrome/browser/resources/chromeos/login/oobe_screen_update.html
@@ -4,8 +4,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