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..35b97b3d70858a5d3e89d47461ceb590a2761b75 100644 |
--- a/components/metrics/metrics_service_client.h |
+++ b/components/metrics/metrics_service_client.h |
@@ -50,8 +50,9 @@ class MetricsServiceClient { |
// Returns the version of the application as a string. |
virtual std::string GetVersionString() = 0; |
- // Called by the metrics service when a log has been uploaded. |
- virtual void OnLogUploadComplete() = 0; |
+ // Called by the metrics service when a log has been uploaded, passing whether |
+ // upload was successful. |
+ virtual void OnLogUploadComplete(bool upload_succeeded) = 0; |
// Starts gathering metrics, calling |done_callback| when initial metrics |
// gathering is complete. |