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

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: Fixed license headers. 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..ead0e32fa07d395b23703b0e12f29f311a6d6c38 100644
--- a/chrome/browser/resources/chromeos/login/oobe_screen_update.html
+++ b/chrome/browser/resources/chromeos/login/oobe_screen_update.html
@@ -8,6 +8,24 @@
<div id="update-screen-main" hidden>
<p id="update-upper-label"></p>
<progress id="update-progress-bar" max="100" value="0"></progress>
+ <div id="update-downloading-stats" class="update-stats-div" hidden>
+ <div class="update-stats-item">
+ <label for="update-estimated-time-left"
+ class="update-stats-label"
Nikita (slow) 2012/05/10 16:04:31 HTML attributes should not be formatted, just 4 sp
ygorshenin1 2012/05/11 12:42:50 Done.
+ i18n-content="updateEstimatedTimeLeft">
+ </label>
+ <label id="update-estimated-time-left"
+ i18n-content="updateStatsEstimating"></label>
+ </div>
+ <div class="update-stats-item">
+ <label for="update-downloading-rate"
+ class="update-stats-label"
+ i18n-content="updateDownloadingRate">
+ </label>
+ <label id="update-downloading-rate"
+ i18n-content="updateStatsEstimating"></label>
+ </div>
+ </div>
<p id="update-bottom-label" i18n-content="installingUpdateDesc"></p>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698