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

Side by Side Diff: chrome/browser/resources/predictors/predictors.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>Predictors</title> 5 <title>Predictors</title>
6 <link rel="stylesheet" href="chrome://resources/css/list.css"> 6 <link rel="stylesheet" href="chrome://resources/css/list.css">
7 <link rel="stylesheet" href="chrome://resources/css/tabs.css"> 7 <link rel="stylesheet" href="chrome://resources/css/tabs.css">
8 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> 8 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
9 <link rel="stylesheet" href="chrome://resources/css/tree.css"> 9 <link rel="stylesheet" href="chrome://resources/css/tree.css">
10 10
11 <style> 11 <style>
12 <include src="predictors.css"> 12 <include src="predictors.css">
(...skipping 19 matching lines...) Expand all
32 </tabpanel> 32 </tabpanel>
33 <tabpanel> 33 <tabpanel>
34 <include src="resource_prefetch_predictor.html"> 34 <include src="resource_prefetch_predictor.html">
35 </tabpanel> 35 </tabpanel>
36 </tabpanels> 36 </tabpanels>
37 </tabbox> 37 </tabbox>
38 <script src="chrome://resources/js/jstemplate_compiled.js"></script> 38 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
39 <script src="chrome://predictors/predictors.js"></script> 39 <script src="chrome://predictors/predictors.js"></script>
40 </body> 40 </body>
41 </html> 41 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/policy.html ('k') | chrome/browser/resources/print_preview/print_preview.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698