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

Unified Diff: components/component_updater/pref_names.cc

Issue 2286743004: Sends switches to the Software Reporter to enable matching data collection. (Closed)
Patch Set: Rebase Created 4 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
Index: components/component_updater/pref_names.cc
diff --git a/components/component_updater/pref_names.cc b/components/component_updater/pref_names.cc
index 98e9fcab91d427ea8560e28c5a60b2ea7312e458..861ee447d1c653d34aa8b61a4fb79cde39ff918c 100644
--- a/components/component_updater/pref_names.cc
+++ b/components/component_updater/pref_names.cc
@@ -23,6 +23,10 @@ const char kSwReporterLastExitCode[] = "software_reporter.last_exit_code";
const char kSwReporterLastTimeTriggered[] =
"software_reporter.last_time_triggered";
+// The last time SwReporter ran in send report mode. Saved in local state.
+const char kSwReporterLastTimeSentReport[] =
+ "software_reporter.last_time_sent_report";
+
// Identify whether there is a pending prompt to be added to the Chrome menu.
const char kSwReporterPendingPrompt[] = "software_reporter.pending_prompt";
« chrome/browser/safe_browsing/srt_fetcher_win.cc ('K') | « components/component_updater/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698