| 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 | 9 |
| 10 <style> | 10 <style> |
| (...skipping 11 matching lines...) Expand all Loading... |
| 22 } | 22 } |
| 23 </style> | 23 </style> |
| 24 </head> | 24 </head> |
| 25 | 25 |
| 26 <body> | 26 <body> |
| 27 <cleanup-tool-toolbar></cleanup-tool-toolbar> | 27 <cleanup-tool-toolbar></cleanup-tool-toolbar> |
| 28 <cleanup-manager></cleanup-manager> | 28 <cleanup-manager></cleanup-manager> |
| 29 <link rel="import" href="chrome://resources/html/cr.html"> | 29 <link rel="import" href="chrome://resources/html/cr.html"> |
| 30 <link rel="import" href="chrome://resources/html/load_time_data.html"> | 30 <link rel="import" href="chrome://resources/html/load_time_data.html"> |
| 31 <link rel="import" href="chrome://resources/html/polymer.html"> | 31 <link rel="import" href="chrome://resources/html/polymer.html"> |
| 32 <link rel="import" href="chrome://cleanup/cleanup_browser_proxy.html"> |
| 32 <link rel="import" href="chrome://cleanup/toolbar.html"> | 33 <link rel="import" href="chrome://cleanup/toolbar.html"> |
| 33 <script src="strings.js"></script> | 34 <script src="strings.js"></script> |
| 34 </body> | 35 </body> |
| 35 | 36 |
| 36 </html> | 37 </html> |
| OLD | NEW |