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

Unified Diff: chrome/browser/ui/webui/settings/chrome_cleanup_handler.cc

Issue 2942043003: Minor fixes to the Chrome Cleanup WebUI (Closed)
Patch Set: Created 3 years, 6 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/settings/chrome_cleanup_page/chrome_cleanup_page.html ('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/settings/chrome_cleanup_handler.cc
diff --git a/chrome/browser/ui/webui/settings/chrome_cleanup_handler.cc b/chrome/browser/ui/webui/settings/chrome_cleanup_handler.cc
index 023ae0c169ddb7d3a22b42a12a9df0e751280e99..1716fa942ab6a16716a2c21892e10adb464ca1e8 100644
--- a/chrome/browser/ui/webui/settings/chrome_cleanup_handler.cc
+++ b/chrome/browser/ui/webui/settings/chrome_cleanup_handler.cc
@@ -120,7 +120,7 @@ void ChromeCleanupHandler::HandleDismiss(const base::ListValue* args) {
controller_->RemoveObserver(this);
CallJavascriptFunction("cr.webUIListenerCallback",
- base::Value("chrome-cleanup-dismiss"));
+ base::Value("chrome-cleanup-on-dismiss"));
}
void ChromeCleanupHandler::HandleRegisterChromeCleanerObserver(
« no previous file with comments | « chrome/browser/resources/settings/chrome_cleanup_page/chrome_cleanup_page.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698