| 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..3c6ea964756bcb0cc70b2dd2f3bf2626ed14c07a 100644
|
| --- a/chrome/common/startup_metric_utils.h
|
| +++ b/chrome/common/startup_metric_utils.h
|
| @@ -33,7 +33,8 @@ void RecordMainEntryPointTime();
|
|
|
| // 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.
|
|
|