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

Side by Side Diff: chrome/browser/resources/local_discovery/local_discovery.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
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <html i18n-values="dir:textdirection"> 2 <html i18n-values="dir:textdirection;lang:language">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <title i18n-content="devicesTitle"></title> 5 <title i18n-content="devicesTitle"></title>
6 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> 6 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
7 <link rel="stylesheet" href="chrome://resources/css/overlay.css"> 7 <link rel="stylesheet" href="chrome://resources/css/overlay.css">
8 <link rel="stylesheet" href="chrome://resources/css/spinner.css"> 8 <link rel="stylesheet" href="chrome://resources/css/spinner.css">
9 <link rel="stylesheet" href="local_discovery.css"> 9 <link rel="stylesheet" href="local_discovery.css">
10 10
11 <script src="chrome://resources/js/action_link.js"></script> 11 <script src="chrome://resources/js/action_link.js"></script>
12 <script src="chrome://resources/js/cr.js"></script> 12 <script src="chrome://resources/js/cr.js"></script>
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 <div id="cloud-devices"> 156 <div id="cloud-devices">
157 157
158 </div> 158 </div>
159 </div> 159 </div>
160 </div> 160 </div>
161 161
162 <script src="chrome://resources/js/i18n_template2.js"></script> 162 <script src="chrome://resources/js/i18n_template2.js"></script>
163 <script src="chrome://resources/js/jstemplate_compiled.js"></script> 163 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
164 </body> 164 </body>
165 </html> 165 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/inline_login/new_inline_login.html ('k') | chrome/browser/resources/media/webrtc_logs.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698