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. |