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

Unified Diff: components/metrics/metrics_service.cc

Issue 2615753002: Remove time ticks metrics and MetricServiceClient::OnLogUploadComplete (Closed)
Patch Set: Rebase Created 3 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
Index: components/metrics/metrics_service.cc
diff --git a/components/metrics/metrics_service.cc b/components/metrics/metrics_service.cc
index 230570acad30dd537454842d21b85d830ed4c02d..7a9b04006710a8368f0d4bab125ec5dd3ad79ae4 100644
--- a/components/metrics/metrics_service.cc
+++ b/components/metrics/metrics_service.cc
@@ -1144,9 +1144,6 @@ void MetricsService::OnLogUploadComplete(int response_code) {
scheduler_->UploadFinished(server_is_healthy,
log_manager_.has_unsent_logs());
}
-
- if (server_is_healthy)
- client_->OnLogUploadComplete();
}
void MetricsService::IncrementPrefValue(const char* path) {
« no previous file with comments | « chromecast/browser/metrics/cast_metrics_service_client.cc ('k') | components/metrics/metrics_service_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698