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

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

Issue 7633067: [ChromeOS] Don't show empty account picker. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html i18n-values="dir:textdirection"> 2 <html i18n-values="dir:textdirection">
3 <head> 3 <head>
4 <title i18n-content="title"></title> 4 <title i18n-content="title"></title>
5 <link rel="stylesheet" href="chrome://resources/css/button.css"> 5 <link rel="stylesheet" href="chrome://resources/css/button.css">
6 <link rel="stylesheet" href="chrome://resources/css/select.css"> 6 <link rel="stylesheet" href="chrome://resources/css/select.css">
7 <link rel="stylesheet" href="chrome://resources/css/throbber.css"> 7 <link rel="stylesheet" href="chrome://resources/css/throbber.css">
8 <link rel="stylesheet" href="bubble.css"> 8 <link rel="stylesheet" href="bubble.css">
9 <link rel="stylesheet" href="oobe.css"> 9 <link rel="stylesheet" href="oobe.css">
10 <link rel="stylesheet" href="screen_account_picker.css"> 10 <link rel="stylesheet" href="screen_account_picker.css">
(...skipping 15 matching lines...) Expand all
26 <script src="oobe_screen_oauth_enrollment.js"></script> 26 <script src="oobe_screen_oauth_enrollment.js"></script>
27 <script src="screen_account_picker.js"></script> 27 <script src="screen_account_picker.js"></script>
28 <script src="screen_gaia_signin.js"></script> 28 <script src="screen_gaia_signin.js"></script>
29 <script src="screen_offline_message.js"></script> 29 <script src="screen_offline_message.js"></script>
30 <script src="screen_signin.js"></script> 30 <script src="screen_signin.js"></script>
31 <script src="user_pod_row.js"></script> 31 <script src="user_pod_row.js"></script>
32 </head> 32 </head>
33 <body i18n-values=".style.fontFamily:fontfamily;"> 33 <body i18n-values=".style.fontFamily:fontfamily;">
34 <div id="login-header-bar" hidden> 34 <div id="login-header-bar" hidden>
35 <button id="shutdown-button" i18n-content="shutDown"></button> 35 <button id="shutdown-button" i18n-content="shutDown"></button>
36 <span class="divider-vert"></span> 36 <div id="add-user-header-bar-item" class="header-bar-item">
37 <button id="add-user-button" i18n-content="addUser"></button> 37 <button id="add-user-button" i18n-content="addUser"></button>
38 <button id="cancel-add-user-button" i18n-content="cancel" hidden></button> 38 <button id="cancel-add-user-button" i18n-content="cancel" hidden></button>
39 </div>
39 </div> 40 </div>
40 <div id="oobe" class="faded"> 41 <div id="oobe" class="faded">
41 <div id="outer-container"> 42 <div id="outer-container">
42 <div id="header"> 43 <div id="header">
43 <div id="header-sections"></div> 44 <div id="header-sections"></div>
44 </div> 45 </div>
45 <hr class="top shadow"> 46 <hr class="top shadow">
46 <div id="inner-container"> 47 <div id="inner-container">
47 <include src="oobe_screen_network.html"> 48 <include src="oobe_screen_network.html">
48 <include src="oobe_screen_eula.html"> 49 <include src="oobe_screen_eula.html">
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 </div> 82 </div>
82 <p id="tpm-password" hidden></p> 83 <p id="tpm-password" hidden></p>
83 </div> 84 </div>
84 <button id="security-ok-button" i18n-content="eulaTpmOkButton"></button> 85 <button id="security-ok-button" i18n-content="eulaTpmOkButton"></button>
85 </div> 86 </div>
86 </div> 87 </div>
87 <div id="bubble" class="bubble faded" hidden></div> 88 <div id="bubble" class="bubble faded" hidden></div>
88 <include src="user_pod_template.html"> 89 <include src="user_pod_template.html">
89 </body> 90 </body>
90 </html> 91 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe.css ('k') | chrome/browser/resources/chromeos/login/oobe.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698