Index: components/startup_metric_utils/browser/startup_metric_utils.h |
diff --git a/components/startup_metric_utils/browser/startup_metric_utils.h b/components/startup_metric_utils/browser/startup_metric_utils.h |
index 268ef357df9ca7c13d949dd946f21e95ff4914b8..c1480865ea2ee0bc7e692d7ace39b5e02ed5b297 100644 |
--- a/components/startup_metric_utils/browser/startup_metric_utils.h |
+++ b/components/startup_metric_utils/browser/startup_metric_utils.h |
@@ -89,6 +89,11 @@ void RecordBrowserMainMessageLoopStart(const base::TimeTicks& ticks, |
// to an histogram suffixed with the startup temperature. |
void RecordTimeSinceLastStartup(PrefService* pref_service); |
+// Logs the Startup.SameVersionStartupCount histogram. Relies on |pref_service| |
+// to know information about the previous startups and store information for |
+// future ones. |
+void RecordStartupCount(PrefService* pref_service); |
+ |
// Call this with the time when the first browser window became visible. |
void RecordBrowserWindowDisplay(const base::TimeTicks& ticks); |