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

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

Issue 2855883005: cros: Selectively fork login assets. (Closed)
Patch Set: Created 3 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 unified diff | Download patch
OLDNEW
(Empty)
1 <div id="background" class="background-initial"></div>
2 <include src="api_keys_notice.html">
3 <div id="scroll-container">
4 <div id="oobe-shield"></div>
5 <div id="outer-container" class="down">
6 <div id="oobe" class="faded">
7 <div id="inner-container" class="down">
8 <div id="step-logo" hidden>
9 <img src="chrome://theme/IDR_PRODUCT_LOGO" alt>
10 <div id="header-sections">
11 </div>
12 </div>
13 <include src="[OOBE]_screens.html">
14 </div>
15 <div id="progress-dots" class="down"></div>
16 </div>
17 </div>
18 </div>
19 <div id="bubble" class="bubble faded" hidden></div>
20 <include src="version.html">
21 <include src="header_bar.html">
22 <include src="../../../../../ui/login/account_picker/md_user_pod_template.html">
23 <include src="oobe_screen_reset_confirmation_overlay.html">
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/login/md_login_shared.js ('k') | chrome/browser/ui/webui/chromeos/login/oobe_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698