Index: chrome/common/startup_metric_utils.h |
diff --git a/chrome/common/startup_metric_utils.h b/chrome/common/startup_metric_utils.h |
index 52a41879e2087c6ba5f88f4b1b6af503d7fc1744..63474c66aa170f2970c6d61e98340102a0f6c260 100644 |
--- a/chrome/common/startup_metric_utils.h |
+++ b/chrome/common/startup_metric_utils.h |
@@ -32,8 +32,8 @@ void SetNonBrowserUIDisplayed(); |
void RecordMainEntryPointTime(); |
// Called just before the message loop is about to start. Entry point to record |
-// startup stats. |
-void OnBrowserStartupComplete(); |
+// startup stats (split into different stats based on |is_first_run|). |
jeremy
2013/05/05 12:35:56
Don't think the comment needs updating.
gab
2013/05/06 16:19:54
Done (still added what is_first_run is, keeping th
|
+void OnBrowserStartupComplete(bool is_first_run); |
// Called when the initial page load has finished in order to record startup |
// stats. |