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

Unified Diff: components/ukm/ukm_reporting_service.h

Issue 2774503002: Track network stack error codes from UMA and UKM (Closed)
Patch Set: Diffbase Created 3 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/ukm/ukm_reporting_service.h
diff --git a/components/ukm/ukm_reporting_service.h b/components/ukm/ukm_reporting_service.h
index d0af0cc91a5c1c3edd3e390569676b4977dfa41b..62313f2890164d596ed036b63ca229f2c3266c27 100644
--- a/components/ukm/ukm_reporting_service.h
+++ b/components/ukm/ukm_reporting_service.h
@@ -52,6 +52,7 @@ class UkmReportingService : public metrics::ReportingService {
metrics::MetricsLogUploader::MetricServiceType service_type() const override;
void LogCellularConstraint(bool upload_canceled) override;
void LogResponseCode(int response_code) override;
+ void LogErrorCode(int error_code) override;
void LogSuccess(size_t log_size) override;
void LogLargeRejection(size_t log_size) override;

Powered by Google App Engine
This is Rietveld 408576698