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

Unified Diff: chrome/browser/ui/webui/cleanup_tool/cleanup_tool_ui.cc

Issue 2788743002: Cleanup Tool WebUI: Add functional HTML and skeleton JS for main content (Closed)
Patch Set: Fix typo and make manager.js closure deps include cleanup_browser_proxy 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
« no previous file with comments | « chrome/browser/resources/cleanup_tool/manager.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/cleanup_tool/cleanup_tool_ui.cc
diff --git a/chrome/browser/ui/webui/cleanup_tool/cleanup_tool_ui.cc b/chrome/browser/ui/webui/cleanup_tool/cleanup_tool_ui.cc
index b0bee73e8ecc321316fd08932348f757c2b98f16..ee09615d8487b14de0683eeda14a7075b2aa93b6 100644
--- a/chrome/browser/ui/webui/cleanup_tool/cleanup_tool_ui.cc
+++ b/chrome/browser/ui/webui/cleanup_tool/cleanup_tool_ui.cc
@@ -29,6 +29,9 @@ CleanupToolUI::CleanupToolUI(content::WebUI* web_ui)
IDR_CLEANUP_TOOL_BROWSER_PROXY_HTML);
html_source->AddResourcePath("cleanup_browser_proxy.js",
IDR_CLEANUP_TOOL_BROWSER_PROXY_JS);
+ html_source->AddResourcePath("icons.html", IDR_CLEANUP_TOOL_ICONS_HTML);
+ html_source->AddResourcePath("manager.html", IDR_CLEANUP_TOOL_MANAGER_HTML);
+ html_source->AddResourcePath("manager.js", IDR_CLEANUP_TOOL_MANAGER_JS);
html_source->AddResourcePath("toolbar.html", IDR_CLEANUP_TOOL_TOOLBAR_HTML);
html_source->AddResourcePath("toolbar.js", IDR_CLEANUP_TOOL_TOOLBAR_JS);
html_source->SetDefaultResource(IDR_CLEANUP_TOOL_HTML);
« no previous file with comments | « chrome/browser/resources/cleanup_tool/manager.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698