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

Unified Diff: chrome/browser/chrome_browser_main.h

Issue 10561009: Consolidate RecordBrowserStartupTime() into one location (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 6 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/browser/chrome_browser_main.h
diff --git a/chrome/browser/chrome_browser_main.h b/chrome/browser/chrome_browser_main.h
index 790d54135a1459595e2300d75a8a147c87893139..84d1b3874cce59a930fd8fb515ea0abe76574383 100644
--- a/chrome/browser/chrome_browser_main.h
+++ b/chrome/browser/chrome_browser_main.h
@@ -237,7 +237,7 @@ void RecordBreakpadStatusUMA(MetricsService* metrics);
void WarnAboutMinimumSystemRequirements();
// Records the time from our process' startup to the present time in
-// the UMA histogram |metric_name|.
+// the Startup.BrowserMessageLoopStartTime UMA histogram.
void RecordBrowserStartupTime();
// Records a time value to an UMA histogram in the context of the

Powered by Google App Engine
This is Rietveld 408576698