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

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

Issue 1866813002: Remove StartupUtils::IsWebviewSigninEnabled. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Remove TODO Created 4 years 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 <!doctype html> 1 <!doctype html>
2 <html i18n-values="dir:textdirection; 2 <html i18n-values="dir:textdirection;
3 build:buildType; 3 build:buildType;
4 highlight:highlightStrength; 4 highlight:highlightStrength;
5 lang:language"> 5 lang:language">
6 <head> 6 <head>
7 <meta charset="utf-8"> 7 <meta charset="utf-8">
8 <meta name="google" value="notranslate"> 8 <meta name="google" value="notranslate">
9 <title i18n-content="title"></title> 9 <title i18n-content="title"></title>
10 <include src="login_shared.html"> 10 <include src="login_shared.html">
11 <include src="login_non_lock_shared.html"> 11 <include src="login_non_lock_shared.html">
12 <include src="notification_card.html"> 12 <include src="notification_card.html">
13 <script src="chrome://oobe/login.js"></script> 13 <script src="chrome://oobe/login.js"></script>
14 <script src="chrome://oobe/gaia_auth_host.js"></script>
15 </head> 14 </head>
16 <body i18n-values=".style.fontFamily:fontfamily;"> 15 <body i18n-values=".style.fontFamily:fontfamily;">
17 <include src="screen_container.html"> 16 <include src="screen_container.html">
18 <script src="chrome://resources/js/i18n_template.js"></script> 17 <script src="chrome://resources/js/i18n_template.js"></script>
19 </body> 18 </body>
20 </html> 19 </html>
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/login/startup_utils.cc ('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