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

Side by Side Diff: chrome/browser/resources/chromeos/login/oobe_screens.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 <include src="oobe_screen_eula.html"> 1 <include src="oobe_screen_eula.html">
2 <include src="oobe_screen_network.html"> 2 <include src="oobe_screen_network.html">
3 <include src="oobe_screen_enable_debugging.html"> 3 <include src="oobe_screen_enable_debugging.html">
4 <include src="oobe_screen_reset.html"> 4 <include src="oobe_screen_reset.html">
5 <include src="oobe_screen_autolaunch.html"> 5 <include src="oobe_screen_autolaunch.html">
6 <include src="oobe_screen_enable_kiosk.html"> 6 <include src="oobe_screen_enable_kiosk.html">
7 <include src="oobe_screen_terms_of_service.html"> 7 <include src="oobe_screen_terms_of_service.html">
8 <include src="oobe_screen_update.html"> 8 <include src="oobe_screen_update.html">
9 <include src="oobe_screen_controller_pairing.html"> 9 <include src="oobe_screen_controller_pairing.html">
10 <include src="oobe_screen_host_pairing.html"> 10 <include src="oobe_screen_host_pairing.html">
11 <include src="oobe_screen_auto_enrollment_check.html"> 11 <include src="oobe_screen_auto_enrollment_check.html">
12 <include src="oobe_screen_user_image.html"> 12 <include src="oobe_screen_user_image.html">
13 <include src="oobe_screen_hid_detection.html"> 13 <include src="oobe_screen_hid_detection.html">
14 <include src="oobe_screen_voice_interaction_value_prop.html">
14 <include src="../../../../../ui/login/account_picker/screen_account_picker.html" > 15 <include src="../../../../../ui/login/account_picker/screen_account_picker.html" >
15 <include src="screen_error_message.html"> 16 <include src="screen_error_message.html">
16 <include src="screen_arc_terms_of_service.html"> 17 <include src="screen_arc_terms_of_service.html">
17 <include src="screen_gaia_signin.html"> 18 <include src="screen_gaia_signin.html">
18 <include src="screen_supervised_user_creation.html"> 19 <include src="screen_supervised_user_creation.html">
19 <include src="screen_password_changed.html"> 20 <include src="screen_password_changed.html">
20 <include src="screen_tpm_error.html"> 21 <include src="screen_tpm_error.html">
21 <include src="screen_wrong_hwid.html"> 22 <include src="screen_wrong_hwid.html">
22 <include src="screen_app_launch_splash.html"> 23 <include src="screen_app_launch_splash.html">
23 <include src="screen_arc_kiosk_splash.html"> 24 <include src="screen_arc_kiosk_splash.html">
24 <include src="screen_confirm_password.html"> 25 <include src="screen_confirm_password.html">
25 <include src="screen_fatal_error.html"> 26 <include src="screen_fatal_error.html">
26 <include src="screen_device_disabled.html"> 27 <include src="screen_device_disabled.html">
27 <include src="screen_active_directory_password_change.html"> 28 <include src="screen_active_directory_password_change.html">
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698