| Index: components/variations/variations_url_constants.cc
|
| diff --git a/components/variations/variations_url_constants.cc b/components/variations/variations_url_constants.cc
|
| index dce446a641bb052716622b75e5e442ba7490d71c..f8d9ebc98b0e725b87e3e5d46f1931918101e670 100644
|
| --- a/components/variations/variations_url_constants.cc
|
| +++ b/components/variations/variations_url_constants.cc
|
| @@ -7,7 +7,12 @@
|
| namespace variations {
|
|
|
| // Default server of Variations seed info.
|
| +#if defined(OS_ANDROID)
|
| +const char kDefaultServerUrl[] =
|
| + "https://clientservices.googleapis.com/chrome-variations/seed";
|
| +#else
|
| const char kDefaultServerUrl[] =
|
| "https://clients4.google.com/chrome-variations/seed";
|
| +#endif
|
|
|
| } // namespace variations
|
|
|