| OLD | NEW |
| 1 <!doctype html> | 1 <!doctype html> |
| 2 <html dir="$i18n{textdirection}" lang="$i18n{language}"> | 2 <html dir="$i18n{textdirection}" lang="$i18n{language}"> |
| 3 <head> | 3 <head> |
| 4 <meta name="google" value="notranslate"> | 4 <meta name="google" value="notranslate"> |
| 5 <meta charset="utf-8"> | 5 <meta charset="utf-8"> |
| 6 <title>$i18n{title}</title> | 6 <title>$i18n{title}</title> |
| 7 <link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css"> | 7 <link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css"> |
| 8 <link rel="stylesheet" href="chrome://resources/css/md_colors.css"> | 8 <link rel="stylesheet" href="chrome://resources/css/md_colors.css"> |
| 9 <script src="chrome://resources/js/load_time_data.js"></script> | 9 <script src="chrome://resources/js/load_time_data.js"></script> |
| 10 <script src="strings.js"></script> | 10 <script src="strings.js"></script> |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 } | 24 } |
| 25 </style> | 25 </style> |
| 26 </head> | 26 </head> |
| 27 | 27 |
| 28 <body> | 28 <body> |
| 29 <cleanup-tool-toolbar></cleanup-tool-toolbar> | 29 <cleanup-tool-toolbar></cleanup-tool-toolbar> |
| 30 <cleanup-manager></cleanup-manager> | 30 <cleanup-manager></cleanup-manager> |
| 31 <link rel="import" href="chrome://resources/html/cr.html"> | 31 <link rel="import" href="chrome://resources/html/cr.html"> |
| 32 <link rel="import" href="chrome://resources/html/polymer.html"> | 32 <link rel="import" href="chrome://resources/html/polymer.html"> |
| 33 <link rel="import" href="chrome://cleanup/cleanup_browser_proxy.html"> | 33 <link rel="import" href="chrome://cleanup/cleanup_browser_proxy.html"> |
| 34 <link rel="import" href="chrome://cleanup/icons.html"> |
| 35 <link rel="import" href="chrome://cleanup/manager.html"> |
| 34 <link rel="import" href="chrome://cleanup/toolbar.html"> | 36 <link rel="import" href="chrome://cleanup/toolbar.html"> |
| 35 </body> | 37 </body> |
| 36 | 38 |
| 37 <script src="chrome://resources/js/i18n_template.js"></script> | 39 <script src="chrome://resources/js/i18n_template.js"></script> |
| 38 </html> | 40 </html> |
| OLD | NEW |