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 9220e516694bc8c81ad2abbabea37a1c39996742..b0bee73e8ecc321316fd08932348f757c2b98f16 100644 |
--- a/chrome/browser/ui/webui/cleanup_tool/cleanup_tool_ui.cc |
+++ b/chrome/browser/ui/webui/cleanup_tool/cleanup_tool_ui.cc |
@@ -25,6 +25,10 @@ CleanupToolUI::CleanupToolUI(content::WebUI* web_ui) |
html_source->AddString("about", "About Chrome Cleanup"); |
html_source->SetJsonPath("strings.js"); |
+ html_source->AddResourcePath("cleanup_browser_proxy.html", |
+ IDR_CLEANUP_TOOL_BROWSER_PROXY_HTML); |
+ html_source->AddResourcePath("cleanup_browser_proxy.js", |
+ IDR_CLEANUP_TOOL_BROWSER_PROXY_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); |