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

Side by Side Diff: chrome/browser/resources/md_user_manager/user_manager.html

Issue 2238633002: MD User Manager: add back i18n processing in JS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <html build="$i18n{buildType}" 2 <html build="$i18n{buildType}"
3 dir="$i18n{textdirection}" 3 dir="$i18n{textdirection}"
4 lang="$i18n{language}" 4 lang="$i18n{language}"
5 screen="$i18n{screenType}"> 5 screen="$i18n{screenType}">
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{title}</title> 9 <title>$i18n{title}</title>
10 10
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 </div> 313 </div>
314 <include src="../../../../ui/login/account_picker/screen_account_picke r.html"> 314 <include src="../../../../ui/login/account_picker/screen_account_picke r.html">
315 </div> 315 </div>
316 </div> 316 </div>
317 </div> 317 </div>
318 <div id="bubble" class="bubble faded" hidden></div> 318 <div id="bubble" class="bubble faded" hidden></div>
319 <control-bar id="login-header-bar"></control-bar> 319 <control-bar id="login-header-bar"></control-bar>
320 <error-dialog></error-dialog> 320 <error-dialog></error-dialog>
321 <include src="../../../../ui/login/account_picker/user_pod_template.html"> 321 <include src="../../../../ui/login/account_picker/user_pod_template.html">
322 </user-manager-pages> 322 </user-manager-pages>
323 <link rel="import" href="chrome://resources/html/i18n_template.html">
323 <script src="user_manager.js"></script> 324 <script src="user_manager.js"></script>
324 </body> 325 </body>
325 </html> 326 </html>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698