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

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

Issue 2789663003: Cleanup Tool WebUI: Add browser_proxy javascript class (Closed)
Patch Set: Try make closure compiler happy 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 fa900acf06e369b6fa92d26274e5e4eca3dc50fd..9a658e512e383c7d51e5b2f510532743c8cd7d24 100644
--- a/chrome/browser/resources/cleanup_tool/cleanup.html
+++ b/chrome/browser/resources/cleanup_tool/cleanup.html
@@ -29,6 +29,7 @@
<link rel="import" href="chrome://resources/html/cr.html">
<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/toolbar.html">
<script src="strings.js"></script>
</body>

Powered by Google App Engine
This is Rietveld 408576698