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

Unified Diff: chrome/browser/metrics/first_web_contents_profiler.h

Issue 1421293005: Move new Startup.FirstWebContents.* stats to Startup.FirstWebContents.*2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ab2_moar_betta_metrics
Patch Set: Created 5 years, 2 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/metrics/first_web_contents_profiler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/metrics/first_web_contents_profiler.h
diff --git a/chrome/browser/metrics/first_web_contents_profiler.h b/chrome/browser/metrics/first_web_contents_profiler.h
index daeacd18d2f093bdf23747056237060167cc0375..d0cf306d0ef420d8287f0ac0878e7c87adae8b5e 100644
--- a/chrome/browser/metrics/first_web_contents_profiler.h
+++ b/chrome/browser/metrics/first_web_contents_profiler.h
@@ -89,6 +89,11 @@ class FirstWebContentsProfiler : public content::WebContentsObserver {
// Whether an attempt was made to collect the "MainNavigationFinished" metric.
bool collected_main_navigation_finished_metric_;
+ // Whether core metric collection is complete. Used to keep reporting old
+ // stats post abandon to give us an intra-milestone comparison basis initially
+ // between the old and new stats. TODO(gab): Remove this in M49.
+ bool finished_;
+
// |delegate_| owns |this|.
Delegate* delegate_;
« no previous file with comments | « no previous file | chrome/browser/metrics/first_web_contents_profiler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698