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

Unified Diff: components/metrics/metrics_service_client.cc

Issue 2614533002: Add server_url and mime_type params to CreateUploader. (Closed)
Patch Set: Missing Include Created 3 years, 11 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
« no previous file with comments | « components/metrics/metrics_service_client.h ('k') | components/metrics/test_metrics_service_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/metrics/metrics_service_client.cc
diff --git a/components/metrics/metrics_service_client.cc b/components/metrics/metrics_service_client.cc
index f4c38685f45b381c9d23713da1ca64e8d4afd43f..1bb75e52dbeccf0038da377d676e067bf89f84cd 100644
--- a/components/metrics/metrics_service_client.cc
+++ b/components/metrics/metrics_service_client.cc
@@ -4,6 +4,8 @@
#include "components/metrics/metrics_service_client.h"
+#include "components/metrics/url_constants.h"
+
namespace metrics {
base::string16 MetricsServiceClient::GetRegistryBackupKey() {
@@ -22,4 +24,8 @@ bool MetricsServiceClient::IsUMACellularUploadLogicEnabled() {
return false;
}
+std::string MetricsServiceClient::GetMetricsServerUrl() {
+ return metrics::kDefaultMetricsServerUrl;
+}
+
} // namespace metrics
« no previous file with comments | « components/metrics/metrics_service_client.h ('k') | components/metrics/test_metrics_service_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698