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

Unified Diff: components/metrics/metrics_service_client.h

Issue 1033493002: Histogram for UMA log upload connection type. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 5 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/metrics_service_client.h
diff --git a/components/metrics/metrics_service_client.h b/components/metrics/metrics_service_client.h
index 1b481f998830ad4fdf746adfde3213e8e0107ccd..154f369b4d2c011802c67ba50c7b2b0aa9a40ebf 100644
--- a/components/metrics/metrics_service_client.h
+++ b/components/metrics/metrics_service_client.h
@@ -51,7 +51,7 @@ class MetricsServiceClient {
virtual std::string GetVersionString() = 0;
// Called by the metrics service when a log has been uploaded.
Ilya Sherman 2015/03/24 00:14:23 Please update the documentation for this method.
gayane -on leave until 09-2017 2015/03/24 20:45:55 Done.
- virtual void OnLogUploadComplete() = 0;
+ virtual void OnLogUploadComplete(bool upload_succeeded) = 0;
// Starts gathering metrics, calling |done_callback| when initial metrics
// gathering is complete.

Powered by Google App Engine
This is Rietveld 408576698