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

Unified Diff: chrome/browser/chrome_browser_main.cc

Issue 1656083002: [Merge M49] Add SameVersionStartupCounts suffix to startup HardFault and Temperature histograms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2623
Patch Set: rebase Created 4 years, 11 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 | components/html_viewer/stats_collection_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_browser_main.cc
diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc
index 41769885b6e2ac8cf1d680c55c2627de4396df53..0139de7fb4ca1ee78427f874b3f3e2ee9b100fd6 100644
--- a/chrome/browser/chrome_browser_main.cc
+++ b/chrome/browser/chrome_browser_main.cc
@@ -792,10 +792,7 @@ void ChromeBrowserMainParts::RecordBrowserStartupTime() {
// Record collected startup metrics.
startup_metric_utils::RecordBrowserMainMessageLoopStart(
- base::TimeTicks::Now(), is_first_run);
- startup_metric_utils::RecordTimeSinceLastStartup(
- g_browser_process->local_state());
- startup_metric_utils::RecordStartupCount(g_browser_process->local_state());
+ base::TimeTicks::Now(), is_first_run, g_browser_process->local_state());
}
// -----------------------------------------------------------------------------
« no previous file with comments | « no previous file | components/html_viewer/stats_collection_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698