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

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

Issue 2819633003: Cleanup Tool WebUI: Add functionality to the Cleanup button (Closed)
Patch Set: Fix typdef {[ -> {{ 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/ui/webui/cleanup_tool/cleanup_action_handler.cc ('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 ee09615d8487b14de0683eeda14a7075b2aa93b6..c22710465df57800c00cdd9d84d38d46a3be2db8 100644
--- a/chrome/browser/ui/webui/cleanup_tool/cleanup_tool_ui.cc
+++ b/chrome/browser/ui/webui/cleanup_tool/cleanup_tool_ui.cc
@@ -20,6 +20,7 @@ CleanupToolUI::CleanupToolUI(content::WebUI* web_ui)
html_source->AddString("sectionHeader",
"Remove suspicious or unwanted programs");
html_source->AddString("scanAction", "Scan Now");
+ html_source->AddString("cleaning", "Cleaning");
html_source->AddString("scanning", "Scanning");
html_source->AddString("cleanAction", "Run Chrome Cleanup");
html_source->AddString("about", "About Chrome Cleanup");
« no previous file with comments | « chrome/browser/ui/webui/cleanup_tool/cleanup_action_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698