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

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

Issue 117713003: Add encoding info for those WebUI pages that were missing it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html i18n-values="dir:textdirection;"> 2 <html i18n-values="dir:textdirection;">
3 <head> 3 <head>
4 <meta charset="utf-8">
4 <title>Predictors</title> 5 <title>Predictors</title>
5 <link rel="stylesheet" href="chrome://resources/css/list.css"> 6 <link rel="stylesheet" href="chrome://resources/css/list.css">
6 <link rel="stylesheet" href="chrome://resources/css/tabs.css"> 7 <link rel="stylesheet" href="chrome://resources/css/tabs.css">
7 <link rel="stylesheet" href="chrome://resources/css/tree.css"> 8 <link rel="stylesheet" href="chrome://resources/css/tree.css">
8 9
9 <style> 10 <style>
10 <include src="predictors.css"> 11 <include src="predictors.css">
11 </style> 12 </style>
12 13
13 <!-- List stuff. --> 14 <!-- List stuff. -->
(...skipping 16 matching lines...) Expand all
30 </tabpanel> 31 </tabpanel>
31 <tabpanel> 32 <tabpanel>
32 <include src="resource_prefetch_predictor.html" /> 33 <include src="resource_prefetch_predictor.html" />
33 </tabpanel> 34 </tabpanel>
34 </tabpanels> 35 </tabpanels>
35 </tabbox> 36 </tabbox>
36 <script src="chrome://resources/js/jstemplate_compiled.js"></script> 37 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
37 <script src="chrome://predictors/predictors.js"></script> 38 <script src="chrome://predictors/predictors.js"></script>
38 </body> 39 </body>
39 </html> 40 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/ntp4/incognito_tab.html ('k') | chrome/browser/resources/quota_internals/main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698