Chromium Code Reviews| Index: chrome/common/metrics/metrics_service_base.h |
| diff --git a/chrome/common/metrics/metrics_service_base.h b/chrome/common/metrics/metrics_service_base.h |
| index 24e73e769cc6a3bd393467a37cc2c0e87d319438..875a62d60484285cb25411fb5adf90dfb4b0f687 100644 |
| --- a/chrome/common/metrics/metrics_service_base.h |
| +++ b/chrome/common/metrics/metrics_service_base.h |
| @@ -43,6 +43,9 @@ class MetricsServiceBase : public base::HistogramFlattener { |
| // Called when we close a log. |
| void RecordCurrentHistograms(); |
| + // Record complete list of stability histograms into the current log. |
|
Alexei Svitkine (slow)
2014/01/27 19:12:54
I would expand comment to mention what "stability
Kibeom Kim (inactive)
2014/01/29 01:52:32
Done.
|
| + void RecordCurrentStabilityHistograms(); |
| + |
| // Manager for the various in-flight logs. |
| MetricsLogManager log_manager_; |