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

Unified Diff: chrome/browser/chrome_browser_main.cc

Issue 495643002: Trigger the SW reporter to run once a week for users with UMA enabled. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix namespace Created 6 years, 3 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 | « no previous file | chrome/browser/component_updater/sw_reporter_installer_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_browser_main.cc
diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc
index ea7aea688db5fca752df44e47443da0cf8e9ed57..a541e701537156c390c47ec1ee0b3b14c7fd1955 100644
--- a/chrome/browser/chrome_browser_main.cc
+++ b/chrome/browser/chrome_browser_main.cc
@@ -433,7 +433,7 @@ void RegisterComponentsForUpdate() {
#endif
#if defined(OS_WIN)
- ExecutePendingSwReporter(cus, g_browser_process->local_state());
+ RegisterSwReporterComponent(cus, g_browser_process->local_state());
#endif
cus->Start();
« no previous file with comments | « no previous file | chrome/browser/component_updater/sw_reporter_installer_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698