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

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

Issue 10389064: Added estimated time remaining on AU. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Issues are fixed, sync. Created 8 years, 7 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 b5fe59a51f26f3beac5343f6625d66946f6f9f13..68b76e6fafded6ca9372cf6240e2a5f836446565 100644
--- a/chrome/browser/resources/chromeos/login/oobe_screen_update.html
+++ b/chrome/browser/resources/chromeos/login/oobe_screen_update.html
@@ -7,7 +7,8 @@
</div>
<div id="update-screen-main" hidden>
<p id="update-upper-label"></p>
- <progress id="update-progress-bar" max="100" value="0"></progress>
<p id="update-bottom-label" i18n-content="installingUpdateDesc"></p>
+ <progress id="update-progress-bar" max="100" value="0"></progress>
+ <p id="update-estimated-time-left" hidden></p>
</div>
</div>
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe.js ('k') | chrome/browser/ui/webui/chromeos/login/update_screen_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698