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

Unified Diff: ios/chrome/today_extension/today_metrics_logger.mm

Issue 2708293002: Switch UKM service to properly mark upload data as UKM and not UMA. (Closed)
Patch Set: no switch default now requires a default value Created 3 years, 10 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: ios/chrome/today_extension/today_metrics_logger.mm
diff --git a/ios/chrome/today_extension/today_metrics_logger.mm b/ios/chrome/today_extension/today_metrics_logger.mm
index 17b47bc3d31419176ab6b55be8fb3d178e4847f8..8022d431e17a80d7562de7719f8eda8da96677e8 100644
--- a/ios/chrome/today_extension/today_metrics_logger.mm
+++ b/ios/chrome/today_extension/today_metrics_logger.mm
@@ -71,6 +71,7 @@ class TodayMetricsServiceClient : public metrics::MetricsServiceClient {
std::unique_ptr<metrics::MetricsLogUploader> CreateUploader(
const std::string& server_url,
const std::string& mime_type,
+ metrics::MetricsLogUploader::MetricServiceType service_type,
const base::Callback<void(int)>& on_upload_complete) override;
base::TimeDelta GetStandardUploadInterval() override;
@@ -151,6 +152,7 @@ std::unique_ptr<metrics::MetricsLogUploader>
TodayMetricsServiceClient::CreateUploader(
const std::string& server_url,
const std::string& mime_type,
+ metrics::MetricsLogUploader::MetricServiceType service_type,
const base::Callback<void(int)>& on_upload_complete) {
NOTREACHED();
return nullptr;
« no previous file with comments | « ios/chrome/browser/metrics/ios_chrome_metrics_service_client.mm ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698