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

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: Remove i18n-content directives, address latest review comments Created 3 years, 8 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 9a658e512e383c7d51e5b2f510532743c8cd7d24..f16eea9cb600f5ef01da8b443641070c1eb2b440 100644
--- a/chrome/browser/resources/cleanup_tool/cleanup.html
+++ b/chrome/browser/resources/cleanup_tool/cleanup.html
@@ -30,6 +30,8 @@
<link rel="import" href="chrome://resources/html/load_time_data.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">
<script src="strings.js"></script>
</body>

Powered by Google App Engine
This is Rietveld 408576698