blob: f530ff5cc9363aa68f6f0d123a95930847e238c9 [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
asvitkine02926592016-11-05 02:38:027#include "build/build_config.h"
8
blundell57bcfed2015-09-04 08:44:459namespace variations {
daniimms9d96c372015-04-16 23:35:3110
11// Default server of Variations seed info.
asvitkine10783632016-08-31 20:58:0712#if defined(OS_ANDROID)
13const char kDefaultServerUrl[] =
14 "https://clientservices.googleapis.com/chrome-variations/seed";
15#else
daniimms9d96c372015-04-16 23:35:3116const char kDefaultServerUrl[] =
17 "https://clients4.google.com/chrome-variations/seed";
asvitkine10783632016-08-31 20:58:0718#endif
daniimms9d96c372015-04-16 23:35:3119
blundell57bcfed2015-09-04 08:44:4520} // namespace variations