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

Unified Diff: chrome/browser/chrome_browser_main.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
« no previous file with comments | « no previous file | chrome/browser/chrome_browser_main.cc » ('j') | chrome/browser/chrome_browser_main.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_browser_main.h
diff --git a/chrome/browser/chrome_browser_main.h b/chrome/browser/chrome_browser_main.h
index bd8f03ef5af88e861b43aca81f3d6a1914e2e76a..4157654c25d9ef3568a69c4538b39e7423bef61d 100644
--- a/chrome/browser/chrome_browser_main.h
+++ b/chrome/browser/chrome_browser_main.h
@@ -215,8 +215,9 @@ void RecordBreakpadStatusUMA(MetricsService* metrics);
void WarnAboutMinimumSystemRequirements();
// Records the time from our process' startup to the present time in
-// the Startup.BrowserMessageLoopStartTime UMA histogram.
-void RecordBrowserStartupTime();
+// the Startup.BrowserMessageLoopStartTime UMA histogram (records
+// Startup.FirstRun.BrowserMessageLoopStartTime instead if |is_first_run|).
jeremy 2013/05/05 12:35:56 2 histogram names seems confusing here, how about
gab 2013/05/06 16:19:54 Done.
+void RecordBrowserStartupTime(bool is_first_run);
// Records a time value to an UMA histogram in the context of the
// PreReadExperiment field-trial. This also reports to the appropriate
« no previous file with comments | « no previous file | chrome/browser/chrome_browser_main.cc » ('j') | chrome/browser/chrome_browser_main.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698