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> |