OLD | NEW |
1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
2 <html i18n-values="dir:textdirection;"> | 2 <html i18n-values="dir:textdirection;"> |
3 <head> | 3 <head> |
4 <!-- If you change the title, make sure you also update | 4 <!-- If you change the title, make sure you also update |
5 chrome/test/functional/special_tabs.py. --> | 5 chrome/test/functional/special_tabs.py. --> |
| 6 <meta charset="utf-8"> |
6 <title>Sync Internals</title> | 7 <title>Sync Internals</title> |
7 <link rel="stylesheet" href="chrome://resources/css/list.css"> | 8 <link rel="stylesheet" href="chrome://resources/css/list.css"> |
8 <link rel="stylesheet" href="chrome://resources/css/tabs.css"> | 9 <link rel="stylesheet" href="chrome://resources/css/tabs.css"> |
9 <link rel="stylesheet" href="chrome://resources/css/tree.css"> | 10 <link rel="stylesheet" href="chrome://resources/css/tree.css"> |
10 <link rel="stylesheet" href="about.css"> | 11 <link rel="stylesheet" href="about.css"> |
11 <link rel="stylesheet" href="sync_search.css"> | 12 <link rel="stylesheet" href="sync_search.css"> |
12 <link rel="stylesheet" href="sync_node_browser.css"> | 13 <link rel="stylesheet" href="sync_node_browser.css"> |
13 | 14 |
14 <script src="chrome://resources/css/tree.css.js"></script> | 15 <script src="chrome://resources/css/tree.css.js"></script> |
15 | 16 |
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
85 </tabpanel> | 86 </tabpanel> |
86 </tabpanels> | 87 </tabpanels> |
87 </tabbox> | 88 </tabbox> |
88 | 89 |
89 <script src="chrome://resources/js/i18n_template.js"></script> | 90 <script src="chrome://resources/js/i18n_template.js"></script> |
90 <script src="chrome://resources/js/i18n_process.js"></script> | 91 <script src="chrome://resources/js/i18n_process.js"></script> |
91 <script src="chrome://resources/js/jstemplate_compiled.js"></script> | 92 <script src="chrome://resources/js/jstemplate_compiled.js"></script> |
92 <script src="chrome://sync-internals/sync_index.js"></script> | 93 <script src="chrome://sync-internals/sync_index.js"></script> |
93 </body> | 94 </body> |
94 </html> | 95 </html> |
OLD | NEW |