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

Unified Diff: components/metrics/test_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/test_metrics_service_client.h
diff --git a/components/metrics/test_metrics_service_client.h b/components/metrics/test_metrics_service_client.h
index 973d6e35af5b07ef71672737390cd5b8b9f82518..64697f8df8ccb99cf8cf495a54f76ad37a911ac3 100644
--- a/components/metrics/test_metrics_service_client.h
+++ b/components/metrics/test_metrics_service_client.h
@@ -28,7 +28,7 @@ class TestMetricsServiceClient : public MetricsServiceClient {
bool GetBrand(std::string* brand_code) override;
SystemProfileProto::Channel GetChannel() override;
std::string GetVersionString() override;
- void OnLogUploadComplete() override;
+ void OnLogUploadComplete(bool upload_succeeded) override;
void StartGatheringMetrics(const base::Closure& done_callback) override;
void CollectFinalMetrics(const base::Closure& done_callback) override;
scoped_ptr<MetricsLogUploader> CreateUploader(

Powered by Google App Engine
This is Rietveld 408576698