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

Unified Diff: components/metrics/metrics_reporting_scheduler.h

Issue 1871733002: Add histograms for observing UMA throttling effect. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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: components/metrics/metrics_reporting_scheduler.h
diff --git a/components/metrics/metrics_reporting_scheduler.h b/components/metrics/metrics_reporting_scheduler.h
index f4e3dd11b3cf9baea7a87e5603b6fbd5d6bd98c4..c048a158e8c781c66900b3d60b509b97bdfa58d3 100644
--- a/components/metrics/metrics_reporting_scheduler.h
+++ b/components/metrics/metrics_reporting_scheduler.h
@@ -70,10 +70,6 @@ class MetricsReportingScheduler {
// upload.
base::TimeDelta upload_interval_;
- // The tick count of the last time log upload has been finished and null if no
- // upload has been done yet.
- base::TimeTicks last_upload_finish_time_;
-
// Indicates that the scheduler is running (i.e., that Start has been called
// more recently than Stop).
bool running_;
« no previous file with comments | « no previous file | components/metrics/metrics_reporting_scheduler.cc » ('j') | components/metrics/metrics_reporting_scheduler.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698