ivansham | 1fbce45 | 2015-02-18 23:27:09 | [diff] [blame] | 1 | // 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 | |
ivansham | 1fbce45 | 2015-02-18 23:27:09 | [diff] [blame] | 7 | namespace metrics { |
| 8 | |
asvitkine | cfe6442 | 2017-04-24 16:27:51 | [diff] [blame] | 9 | const char kNewMetricsServerUrl[] = |
asvitkine | c89b095 | 2016-06-21 19:56:00 | [diff] [blame] | 10 | "https://clientservices.googleapis.com/uma/v2"; |
asvitkine | cfe6442 | 2017-04-24 16:27:51 | [diff] [blame] | 11 | |
| 12 | const char kOldMetricsServerUrl[] = "https://clients4.google.com/uma/v2"; |
asvitkine | c89b095 | 2016-06-21 19:56:00 | [diff] [blame] | 13 | |
ivansham | 1fbce45 | 2015-02-18 23:27:09 | [diff] [blame] | 14 | const char kDefaultMetricsMimeType[] = "application/vnd.chrome.uma"; |
| 15 | |
| 16 | } // namespace metrics |
| 17 | |