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;"> |
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="main.css"> | 10 <link rel="stylesheet" href="main.css"> |
11 | 11 |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
46 </tabpanel> | 46 </tabpanel> |
47 <tabpanel> | 47 <tabpanel> |
48 <include src="dump_database.html" > | 48 <include src="dump_database.html" > |
49 </tabpanel> | 49 </tabpanel> |
50 </tabpanels> | 50 </tabpanels> |
51 </tabbox> | 51 </tabbox> |
52 | 52 |
53 <script src="chrome://resources/js/i18n_template2.js"></script> | 53 <script src="chrome://resources/js/i18n_template2.js"></script> |
54 </body> | 54 </body> |
55 </html> | 55 </html> |
OLD | NEW |