OLD | NEW |
1 <!doctype html> | 1 <!doctype html> |
2 <html i18n-values="dir:textdirection;lang:language"> | 2 <html i18n-values="dir:textdirection;lang:language"> |
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 <meta charset="utf-8"> |
7 <title>Sync Internals</title> | 7 <title>Sync Internals</title> |
8 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> | 8 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> |
9 <link rel="stylesheet" href="chrome://resources/css/list.css"> | 9 <link rel="stylesheet" href="chrome://resources/css/list.css"> |
10 <link rel="stylesheet" href="chrome://resources/css/tabs.css"> | 10 <link rel="stylesheet" href="chrome://resources/css/tabs.css"> |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
81 <include src="search.html"> | 81 <include src="search.html"> |
82 </tabpanel> | 82 </tabpanel> |
83 </tabpanels> | 83 </tabpanels> |
84 </tabbox> | 84 </tabbox> |
85 | 85 |
86 <script src="chrome://resources/js/i18n_template.js"></script> | 86 <script src="chrome://resources/js/i18n_template.js"></script> |
87 <script src="chrome://resources/js/jstemplate_compiled.js"></script> | 87 <script src="chrome://resources/js/jstemplate_compiled.js"></script> |
88 <script src="chrome://sync-internals/sync_index.js"></script> | 88 <script src="chrome://sync-internals/sync_index.js"></script> |
89 </body> | 89 </body> |
90 </html> | 90 </html> |
OLD | NEW |