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

Unified Diff: components/metrics/net/network_metrics_provider.h

Issue 1796983002: Log aggregated abort metrics when histograms are uploaded (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/net/network_metrics_provider.h
diff --git a/components/metrics/net/network_metrics_provider.h b/components/metrics/net/network_metrics_provider.h
index e1f02ddf3647bcc8668145829949b889e51cbd45..11ab4045cff33b4fb91374bcda26e0bcf0b3d9d8 100644
--- a/components/metrics/net/network_metrics_provider.h
+++ b/components/metrics/net/network_metrics_provider.h
@@ -52,6 +52,9 @@ class NetworkMetricsProvider
const WifiAccessPointInfoProvider::WifiAccessPointInfo& info,
SystemProfileProto::Network* network_proto);
+ // Logs metrics that are functions of other metrics being uploaded.
+ void LogAggregatedMetrics();
+
// Task runner used for blocking file I/O.
base::TaskRunner* io_task_runner_;
« no previous file with comments | « no previous file | components/metrics/net/network_metrics_provider.cc » ('j') | components/metrics/net/network_metrics_provider.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698