Index: chrome/common/startup_metric_utils.h |
=================================================================== |
--- chrome/common/startup_metric_utils.h (revision 199532) |
+++ chrome/common/startup_metric_utils.h (working copy) |
@@ -33,7 +33,8 @@ |
// Called just before the message loop is about to start. Entry point to record |
// startup stats. |
-void OnBrowserStartupComplete(); |
+// |is_first_run| - is the current launch part of a first run. |
+void OnBrowserStartupComplete(bool is_first_run); |
// Called when the initial page load has finished in order to record startup |
// stats. |