url_constants.cc 587 B

12345678910111213141516171819
  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. #include "components/metrics/url_constants.h"
  5. namespace metrics {
  6. const char kNewMetricsServerUrl[] =
  7. "https://clientservices.googleapis.com/uma/v2";
  8. const char kNewMetricsServerUrlInsecure[] =
  9. "http://clientservices.googleapis.com/uma/v2";
  10. const char kOldMetricsServerUrl[] = "https://clients4.google.com/uma/v2";
  11. const char kDefaultMetricsMimeType[] = "application/vnd.chrome.uma";
  12. } // namespace metrics