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

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

Issue 13881017: Extract common HTML from oobe.html/login.html. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: split container Created 7 years, 8 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
OLDNEW
(Empty)
1 <div id="background" class="background-initial"></div>
2 <include src="version.html">
3 <div id="outer-container">
4 <div id="oobe" class="faded">
5 <div id="inner-container" class="down">
6 <div id="step-logo" hidden>
7 <img src="chrome://theme/IDR_PRODUCT_LOGO" alt>
8 <div id="header-sections">
9 </div>
10 </div>
11 <include src="oobe_screens.html">
12 </div>
13 <div id="progress-dots" class="down"></div>
14 </div>
15 </div>
16 <div id="bubble" class="bubble faded" hidden></div>
17 <include src="header_bar.html">
18 <include src="user_pod_template.html">
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe.html ('k') | chrome/browser/resources/chromeos/login/oobe_screens.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698