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

Side by Side Diff: chrome/browser/resources/chromeos/login/oobe_screen_update.html

Issue 7774009: [cros] check for updates in WebUI OOBE can be cancelled in dev builds. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Added OnActorDestroyed to UpdateScreen::Delegate. Created 9 years, 3 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <div class="step right hidden" id="update"> 1 <div class="step right hidden" id="update">
2 <div id="update-cancel-hint" hidden>
3 <p i18n-content="cancelUpdateHint"></p>
4 </div>
2 <div id="update-screen-curtain"> 5 <div id="update-screen-curtain">
3 <p i18n-content="checkingForUpdates"></p> 6 <p i18n-content="checkingForUpdates"></p>
4 </div> 7 </div>
5 <div id="update-screen-main" hidden> 8 <div id="update-screen-main" hidden>
6 <p id="update-upper-label"></p> 9 <p id="update-upper-label"></p>
7 <progress id="update-progress-bar" max="100" value="0"></progress> 10 <progress id="update-progress-bar" max="100" value="0"></progress>
8 <p id="update-bottom-label" i18n-content="installingUpdateDesc"></p> 11 <p id="update-bottom-label" i18n-content="installingUpdateDesc"></p>
9 </div> 12 </div>
10 </div> 13 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe.css ('k') | chrome/browser/resources/chromeos/login/oobe_screen_update.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698