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

Side by Side Diff: chrome/browser/resources/sync_file_system_internals/main.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 <!-- 2 <!--
3 Copyright 2013 The Chromium Authors. All rights reserved. 3 Copyright 2013 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be 4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file. 5 found in the LICENSE file.
6 --> 6 -->
7 <html i18n-values="dir:textdirection;"> 7 <html i18n-values="dir:textdirection;">
8 <meta charset="utf-8">
8 <title>Sync File System Internals</title> 9 <title>Sync File System Internals</title>
9 <link rel="stylesheet" href="main.css"> 10 <link rel="stylesheet" href="main.css">
10 11
11 <script src="chrome://resources/js/util.js"></script> 12 <script src="chrome://resources/js/util.js"></script>
12 <script src="chrome://resources/js/cr.js"></script> 13 <script src="chrome://resources/js/cr.js"></script>
13 <script src="chrome://resources/js/cr/event_target.js"></script> 14 <script src="chrome://resources/js/cr/event_target.js"></script>
14 <script src="chrome://resources/js/i18n_template.js"></script> 15 <script src="chrome://resources/js/i18n_template.js"></script>
15 16
16 <link rel="stylesheet" href="chrome://resources/css/tabs.css"> 17 <link rel="stylesheet" href="chrome://resources/css/tabs.css">
17 <script src="chrome://resources/js/cr/ui.js"></script> 18 <script src="chrome://resources/js/cr/ui.js"></script>
(...skipping 21 matching lines...) Expand all
39 <include src="file_metadata.html" /> 40 <include src="file_metadata.html" />
40 </tabpanel> 41 </tabpanel>
41 <tabpanel> 42 <tabpanel>
42 <include src="dump_database.html" /> 43 <include src="dump_database.html" />
43 </tabpanel> 44 </tabpanel>
44 </tabpanels> 45 </tabpanels>
45 </tabbox> 46 </tabbox>
46 47
47 </body> 48 </body>
48 </html> 49 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/ssl/blocking.html ('k') | chrome/browser/resources/sync_internals/sync_index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698