| Index: chrome/browser/resources/cleanup_tool/cleanup.html
|
| diff --git a/chrome/browser/resources/cleanup_tool/cleanup.html b/chrome/browser/resources/cleanup_tool/cleanup.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..96c0eff89d0c672aba2c68e97971a31d9f8d88c7
|
| --- /dev/null
|
| +++ b/chrome/browser/resources/cleanup_tool/cleanup.html
|
| @@ -0,0 +1,39 @@
|
| +<!doctype html>
|
| +<html dir="${textdirection}" lang="${language}">
|
| +<head>
|
| + <meta name="google" value="notranslate">
|
| + <meta charset="utf-8">
|
| + <title>${title}</title>
|
| + <link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css">
|
| + <link rel="stylesheet" href="chrome://resources/css/md_colors.css">
|
| + <script src="chrome://resources/js/load_time_data.js"></script>
|
| + <script src="strings.js"></script>
|
| +
|
| + <style>
|
| + html {
|
| + background: var(--md-background-color);
|
| + }
|
| +
|
| + body {
|
| + margin: 0;
|
| + }
|
| +
|
| + :root {
|
| + --cleanup-card-margin: 25px;
|
| + --cleanup-card-width: 800px;
|
| + }
|
| + </style>
|
| +</head>
|
| +
|
| +<body>
|
| + <cleanup-tool-toolbar></cleanup-tool-toolbar>
|
| + <cleanup-manager></cleanup-manager>
|
| + <link rel="import" href="chrome://resources/html/cr.html">
|
| + <link rel="import" href="chrome://resources/html/polymer.html">
|
| + <link rel="import" href="chrome://cleanup-tool/icons.html">
|
| + <link rel="import" href="chrome://cleanup-tool/manager.html">
|
| + <link rel="import" href="chrome://cleanup-tool/toolbar.html">
|
| +</body>
|
| +
|
| +<script src="chrome://resources/js/i18n_template.js"></script>
|
| +</html>
|
|
|