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

Side by Side Diff: chrome/browser/resources/copresence.html

Issue 880313002: webui: add [lang] attribute to <html> element on all webui pages so (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cros Created 5 years, 10 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 | « chrome/browser/resources/components.html ('k') | chrome/browser/resources/crashes.html » ('j') | 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 i18n-values="dir:textdirection;"> 2 <html i18n-values="dir:textdirection;lang:language">
3 3
4 <head> 4 <head>
5 <meta charset="utf-8"> 5 <meta charset="utf-8">
6 <title i18n-content="title"></title> 6 <title i18n-content="title"></title>
7 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> 7 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
8 <link rel="stylesheet" href="chrome://copresence/copresence.css"> 8 <link rel="stylesheet" href="chrome://copresence/copresence.css">
9 </head> 9 </head>
10 10
11 <body> 11 <body>
12 <header> 12 <header>
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 </main> 66 </main>
67 67
68 <script src="chrome://resources/js/load_time_data.js"></script> 68 <script src="chrome://resources/js/load_time_data.js"></script>
69 <script src="chrome://resources/js/util.js"></script> 69 <script src="chrome://resources/js/util.js"></script>
70 <script src="chrome://copresence/copresence.js"></script> 70 <script src="chrome://copresence/copresence.js"></script>
71 <script src="chrome://copresence/strings.js"></script> 71 <script src="chrome://copresence/strings.js"></script>
72 <script src="chrome://resources/js/i18n_template2.js"></script> 72 <script src="chrome://resources/js/i18n_template2.js"></script>
73 </body> 73 </body>
74 74
75 </html> 75 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/components.html ('k') | chrome/browser/resources/crashes.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698