Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1553)

Unified Diff: chrome/browser/resources/cleanup_tool/cleanup.html

Issue 2788743002: Cleanup Tool WebUI: Add functional HTML and skeleton JS for main content (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
index 4b44fdd1b78230f048217d8449fb6ed654881184..be0d23af83df8bbba70aab4d442fb4a120faa8b3 100644
--- a/chrome/browser/resources/cleanup_tool/cleanup.html
+++ b/chrome/browser/resources/cleanup_tool/cleanup.html
@@ -31,6 +31,8 @@
<link rel="import" href="chrome://resources/html/cr.html">
<link rel="import" href="chrome://resources/html/polymer.html">
<link rel="import" href="chrome://cleanup/cleanup_browser_proxy.html">
+ <link rel="import" href="chrome://cleanup/icons.html">
+ <link rel="import" href="chrome://cleanup/manager.html">
<link rel="import" href="chrome://cleanup/toolbar.html">
</body>

Powered by Google App Engine
This is Rietveld 408576698