Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(534)

Unified Diff: components/variations/service/variations_service_client.cc

Issue 1417503010: Variations seed is pulled from the Java application on the first launch of Chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Newline added due to clang build error Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/variations/service/variations_service_client.cc
diff --git a/components/variations/variations_url_constants.cc b/components/variations/service/variations_service_client.cc
similarity index 51%
copy from components/variations/variations_url_constants.cc
copy to components/variations/service/variations_service_client.cc
index dce446a641bb052716622b75e5e442ba7490d71c..688bb1f04ede273f3fe59f240da69684421f8109 100644
--- a/components/variations/variations_url_constants.cc
+++ b/components/variations/service/variations_service_client.cc
@@ -2,12 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/variations/variations_url_constants.h"
+#include "components/variations/service/variations_service_client.h"
namespace variations {
-// Default server of Variations seed info.
-const char kDefaultServerUrl[] =
- "https://clients4.google.com/chrome-variations/seed";
+VariationsFirstRunSeedCallback
+VariationsServiceClient::GetVariationsFirstRunSeedCallback() {
+ return VariationsFirstRunSeedCallback();
+}
} // namespace variations
« no previous file with comments | « components/variations/service/variations_service_client.h ('k') | components/variations/variations_seed_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698