variations_url_constants.cc 532 B

12345678910111213141516
  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/variations/variations_url_constants.h"
  5. namespace variations {
  6. // Default server of Variations seed info.
  7. const char kDefaultServerUrl[] =
  8. "https://clientservices.googleapis.com/chrome-variations/seed";
  9. const char kDefaultInsecureServerUrl[] =
  10. "http://clientservices.googleapis.com/chrome-variations/seed";
  11. } // namespace variations