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"; |