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

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

Issue 2789663003: Cleanup Tool WebUI: Add browser_proxy javascript class (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/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 aecb5c512e1317b91adc5afaabb8a4ab0d32ad3c..bf5f862666b4b99d070420f50a73e6fdadf41282 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);

Powered by Google App Engine
This is Rietveld 408576698