OLD | NEW |
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;lang:language"> |
8 <meta charset="utf-8"> | 8 <meta charset="utf-8"> |
9 <title>Sync File System Internals</title> | 9 <title>Sync File System Internals</title> |
10 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> | 10 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> |
11 <link rel="stylesheet" href="main.css"> | 11 <link rel="stylesheet" href="main.css"> |
12 | 12 |
13 <script src="chrome://resources/js/util.js"></script> | 13 <script src="chrome://resources/js/util.js"></script> |
14 <script src="chrome://resources/js/cr.js"></script> | 14 <script src="chrome://resources/js/cr.js"></script> |
15 <script src="chrome://resources/js/cr/event_target.js"></script> | 15 <script src="chrome://resources/js/cr/event_target.js"></script> |
16 | 16 |
17 <link rel="stylesheet" href="chrome://resources/css/tabs.css"> | 17 <link rel="stylesheet" href="chrome://resources/css/tabs.css"> |
(...skipping 29 matching lines...) Expand all Loading... |
47 </tabpanel> | 47 </tabpanel> |
48 <tabpanel> | 48 <tabpanel> |
49 <include src="dump_database.html" > | 49 <include src="dump_database.html" > |
50 </tabpanel> | 50 </tabpanel> |
51 </tabpanels> | 51 </tabpanels> |
52 </tabbox> | 52 </tabbox> |
53 | 53 |
54 <script src="chrome://resources/js/i18n_template2.js"></script> | 54 <script src="chrome://resources/js/i18n_template2.js"></script> |
55 </body> | 55 </body> |
56 </html> | 56 </html> |
OLD | NEW |