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

Unified Diff: components/component_updater/pref_names.h

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: 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.h
diff --git a/components/component_updater/pref_names.h b/components/component_updater/pref_names.h
index 2e11c222b43c43812e2446084d3f2d2f198addce..e26a9be227f928fee164e345ffb2bfeb1c866e15 100644
--- a/components/component_updater/pref_names.h
+++ b/components/component_updater/pref_names.h
@@ -13,6 +13,7 @@ extern const char kRecoveryComponentVersion[];
#if defined(OS_WIN)
extern const char kSwReporterExecuteTryCount[];
+extern const char kSwReporterLastTimeTriggered[];
#endif
} // namespace prefs

Powered by Google App Engine
This is Rietveld 408576698