blob: d97573e63c50637953f55e98ddcefd9584c8e0d6 [file] [log] [blame]
daniimms9d96c372015-04-16 23:35:311// 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
blundell76fe868c2015-08-05 10:58:555#include "components/variations/variations_url_constants.h"
daniimms9d96c372015-04-16 23:35:316
blundell57bcfed2015-09-04 08:44:457namespace variations {
daniimms9d96c372015-04-16 23:35:318
9// Default server of Variations seed info.
asvitkine10783632016-08-31 20:58:0710const char kDefaultServerUrl[] =
11 "https://clientservices.googleapis.com/chrome-variations/seed";
daniimms9d96c372015-04-16 23:35:3112
Carlos ILa03ca60d2017-12-11 21:43:2713const char kDefaultInsecureServerUrl[] =
14 "http://clientservices.googleapis.com/chrome-variations/seed";
15
blundell57bcfed2015-09-04 08:44:4516} // namespace variations