Index: chrome/browser/metrics/metrics_service.h |
diff --git a/chrome/browser/metrics/metrics_service.h b/chrome/browser/metrics/metrics_service.h |
index a35da3dbf886360390658c2935f181a1fd22d1de..67622f7d3544ab2c191517371c363f9295156579 100644 |
--- a/chrome/browser/metrics/metrics_service.h |
+++ b/chrome/browser/metrics/metrics_service.h |
@@ -367,8 +367,9 @@ class MetricsService |
// Records a renderer process hang. |
void LogRendererHang(); |
- // Records that the browser was shut down cleanly. |
- void LogCleanShutdown(); |
+ // Records that the browser was shutdown cleanly, and the value of |
+ // |kStatabilitySessionEndCompleted|. |
+ void RecordStabilitySessionEndCompleted(bool value); |
// Returns reference to ChildProcessStats corresponding to |data|. |
ChildProcessStats& GetChildProcessStats( |