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

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

Issue 2602973002: Add Active Directory password change screen. (Closed)
Patch Set: nits Created 3 years, 11 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 <!-- 1 <!--
2 This file is included for OOBE and login. If a file is also needed by the lock 2 This file is included for OOBE and login. If a file is also needed by the lock
3 screen, it should be added to login_shared.html 3 screen, it should be added to login_shared.html
4 --> 4 -->
5 5
6 <link rel="stylesheet" href="api_keys_notice.css"> 6 <link rel="stylesheet" href="api_keys_notice.css">
7 <link rel="stylesheet" href="network_dropdown.css"> 7 <link rel="stylesheet" href="network_dropdown.css">
8 8
9 <link rel="stylesheet" href="oobe_screen_enable_debugging.css"> 9 <link rel="stylesheet" href="oobe_screen_enable_debugging.css">
10 <link rel="stylesheet" href="oobe_screen_eula.css"> 10 <link rel="stylesheet" href="oobe_screen_eula.css">
(...skipping 14 matching lines...) Expand all
25 <link rel="stylesheet" href="screen_gaia_signin.css"> 25 <link rel="stylesheet" href="screen_gaia_signin.css">
26 <link rel="stylesheet" href="screen_error_message.css"> 26 <link rel="stylesheet" href="screen_error_message.css">
27 <link rel="stylesheet" href="screen_tpm_error.css"> 27 <link rel="stylesheet" href="screen_tpm_error.css">
28 <link rel="stylesheet" href="screen_password_changed.css"> 28 <link rel="stylesheet" href="screen_password_changed.css">
29 <link rel="stylesheet" href="screen_wrong_hwid.css"> 29 <link rel="stylesheet" href="screen_wrong_hwid.css">
30 <link rel="stylesheet" href="screen_supervised_user_creation.css"> 30 <link rel="stylesheet" href="screen_supervised_user_creation.css">
31 <link rel="stylesheet" href="screen_confirm_password.css"> 31 <link rel="stylesheet" href="screen_confirm_password.css">
32 <link rel="stylesheet" href="screen_fatal_error.css"> 32 <link rel="stylesheet" href="screen_fatal_error.css">
33 <link rel="stylesheet" href="screen_device_disabled.css"> 33 <link rel="stylesheet" href="screen_device_disabled.css">
34 <link rel="stylesheet" href="screen_unrecoverable_cryptohome_error.css"> 34 <link rel="stylesheet" href="screen_unrecoverable_cryptohome_error.css">
35 <link rel="stylesheet" href="screen_active_directory_password_change.css">
35 36
36 <link rel="stylesheet" href="../../options/chromeos/bluetooth.css"> 37 <link rel="stylesheet" href="../../options/chromeos/bluetooth.css">
37 38
38 <script src="chrome://oobe/keyboard_utils.js"></script> 39 <script src="chrome://oobe/keyboard_utils.js"></script>
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/login/login.js ('k') | chrome/browser/resources/chromeos/login/login_non_lock_shared.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698