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

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

Issue 2959853003: Add UI components for license type selection in ChromeOS login UI. (Closed)
Patch Set: Remove unused flex import Created 3 years, 4 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
1 <include src="controller-pairing-screen.html"> 1 <include src="controller-pairing-screen.html">
2 <include src="gaia_buttons.html"> 2 <include src="gaia_buttons.html">
3 <include src="gaia_card.html"> 3 <include src="gaia_card.html">
4 <include src="gaia_header.html"> 4 <include src="gaia_header.html">
5 <include src="gaia_input_form.html"> 5 <include src="gaia_input_form.html">
6 <include src="gaia_input.html"> 6 <include src="gaia_input.html">
7 <include src="gaia_password_changed.html"> 7 <include src="gaia_password_changed.html">
8 <include src="hd-iron-icon.html"> 8 <include src="hd-iron-icon.html">
9 <include src="host-pairing-screen.html"> 9 <include src="host-pairing-screen.html">
10 <include src="html-echo.html"> 10 <include src="html-echo.html">
(...skipping 14 matching lines...) Expand all
25 <include src="oobe_reset_confirmation_overlay.html"> 25 <include src="oobe_reset_confirmation_overlay.html">
26 <include src="oobe_update.html"> 26 <include src="oobe_update.html">
27 <include src="oobe_i18n_dropdown.html"> 27 <include src="oobe_i18n_dropdown.html">
28 <include src="oobe_welcome_dialog.html"> 28 <include src="oobe_welcome_dialog.html">
29 <include src="oobe_welcome.html"> 29 <include src="oobe_welcome.html">
30 <include src="oobe_voice_interaction_value_prop.html"> 30 <include src="oobe_voice_interaction_value_prop.html">
31 <include src="oobe_wait_for_container_ready.html"> 31 <include src="oobe_wait_for_container_ready.html">
32 <include src="offline_ad_login.html"> 32 <include src="offline_ad_login.html">
33 <include src="active_directory_password_change.html"> 33 <include src="active_directory_password_change.html">
34 <include src="arc_terms_of_service.html"> 34 <include src="arc_terms_of_service.html">
35 <include src="enrollment_license_card.html">
35 36
36 <script src="chrome://oobe/custom_elements.js"></script> 37 <script src="chrome://oobe/custom_elements.js"></script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698