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

Unified Diff: components/component_updater/pref_names.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: Responding to comments Created 6 years, 4 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: components/component_updater/pref_names.cc
diff --git a/components/component_updater/pref_names.cc b/components/component_updater/pref_names.cc
index 8306bae56ef229f839ac1c83c7c51aebe02848b6..f7ebad243f32fe39a800925669fec71a5af0fb09 100644
--- a/components/component_updater/pref_names.cc
+++ b/components/component_updater/pref_names.cc
@@ -15,6 +15,10 @@ const char kRecoveryComponentVersion[] = "recovery_component.version";
// number of retries allowed, and goes down as attempts are made and is cleared
// back to 0 when it successfully completes.
const char kSwReporterExecuteTryCount[] = "software_reporter.execute_try_count";
+
+// The last time SwReporter was triggered.
+const char kSwReporterLastTimeTriggered[] =
+ "software_reporter.last_time_triggered";
#endif
} // namespace prefs

Powered by Google App Engine
This is Rietveld 408576698