Index: chrome/browser/safe_browsing/srt_field_trial_win.h |
diff --git a/chrome/browser/safe_browsing/srt_field_trial_win.h b/chrome/browser/safe_browsing/srt_field_trial_win.h |
index 17a19c29865945cbad5475bd0705fd5bba0ff52d..eb31c7ac1fbccaee786770910e4159936d8f11cd 100644 |
--- a/chrome/browser/safe_browsing/srt_field_trial_win.h |
+++ b/chrome/browser/safe_browsing/srt_field_trial_win.h |
@@ -31,6 +31,7 @@ enum SwReporterUmaValue { |
SW_REPORTER_RETRIED_TOO_MANY_TIMES = 2, |
SW_REPORTER_START_EXECUTION = 3, |
SW_REPORTER_FAILED_TO_START = 4, |
+ // Deprecated. |
SW_REPORTER_REGISTRY_EXIT_CODE = 5, |
// Deprecated. |
SW_REPORTER_RESET_RETRIES = 6, |
@@ -68,7 +69,8 @@ std::string GetIncomingSRTSeed(); |
void RecordSRTPromptHistogram(SRTPromptHistogramValue value); |
// Records a value for the reporter step Histogram. |
-void RecordReporterStepHistogram(SwReporterUmaValue value); |
+void RecordReporterStepHistogram(SwReporterUmaValue value, |
+ const std::string& suffix = std::string()); |
} // namespace safe_browsing |