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

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

Issue 2912593002: Create OOBE screen for Voice Interaction value proposition (Closed)
Patch Set: Create OOBE screen for Voice Interaction value proposition Created 3 years, 6 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 <!-- PIN keyboard is used outside of OOBE/login/lock so it includes the JS it 1 <!-- PIN keyboard is used outside of OOBE/login/lock so it includes the JS it
2 executes. This causes security errors if textually included here. --> 2 executes. This causes security errors if textually included here. -->
3 <link rel="import" href="chrome://oobe/custom_elements/pin_keyboard.html"> 3 <link rel="import" href="chrome://oobe/custom_elements/pin_keyboard.html">
4 4
5 <include src="gaia_buttons.html"> 5 <include src="gaia_buttons.html">
6 <include src="gaia_card.html"> 6 <include src="gaia_card.html">
7 <include src="gaia_header.html"> 7 <include src="gaia_header.html">
8 <include src="gaia_input_form.html"> 8 <include src="gaia_input_form.html">
9 <include src="gaia_input.html"> 9 <include src="gaia_input.html">
10 <include src="gaia_password_changed.html"> 10 <include src="gaia_password_changed.html">
11 <include src="hd-iron-icon.html"> 11 <include src="hd-iron-icon.html">
12 <include src="html-echo.html"> 12 <include src="html-echo.html">
13 <include src="offline_gaia.html"> 13 <include src="offline_gaia.html">
14 <include src="saml_confirm_password.html"> 14 <include src="saml_confirm_password.html">
15 <include src="saml_interstitial.html"> 15 <include src="saml_interstitial.html">
16 <include src="throbber_notice.html"> 16 <include src="throbber_notice.html">
17 <include src="navigation_bar.html"> 17 <include src="navigation_bar.html">
18 <include src="unrecoverable_cryptohome_error_card.html"> 18 <include src="unrecoverable_cryptohome_error_card.html">
19 <include src="offline_ad_login.html"> 19 <include src="offline_ad_login.html">
20 <include src="active_directory_password_change.html"> 20 <include src="active_directory_password_change.html">
21 <include src="arc_terms_of_service.html"> 21 <include src="arc_terms_of_service.html">
22 <include src="oobe_buttons.html"> 22 <include src="oobe_buttons.html">
23 <include src="oobe_dialog.html"> 23 <include src="oobe_dialog.html">
24 <include src="oobe_reset.html"> 24 <include src="oobe_reset.html">
25 <include src="oobe_reset_confirmation_overlay.html"> 25 <include src="oobe_reset_confirmation_overlay.html">
26 <include src="oobe_voice_interaction_value_prop.html">
26 <include src="encryption_migration.html"> 27 <include src="encryption_migration.html">
27 28
28 <script src="chrome://oobe/custom_elements.js"></script> 29 <script src="chrome://oobe/custom_elements.js"></script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698