blob: 6b285923ff0637945be7258fa6d8aa314843a9af [file] [log] [blame]
ivansham1fbce452015-02-18 23:27:091// Copyright 2015 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#include "components/metrics/url_constants.h"
6
ivansham1fbce452015-02-18 23:27:097namespace metrics {
8
asvitkinecfe64422017-04-24 16:27:519const char kNewMetricsServerUrl[] =
asvitkinec89b0952016-06-21 19:56:0010 "https://clientservices.googleapis.com/uma/v2";
asvitkinecfe64422017-04-24 16:27:5111
12const char kOldMetricsServerUrl[] = "https://clients4.google.com/uma/v2";
asvitkinec89b0952016-06-21 19:56:0013
ivansham1fbce452015-02-18 23:27:0914const char kDefaultMetricsMimeType[] = "application/vnd.chrome.uma";
15
16} // namespace metrics
17