Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(68)

Unified Diff: chrome/common/startup_metric_utils.h

Issue 14946003: Record first run startup metrics. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698