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

Unified Diff: chrome/browser/chrome_browser_main.cc

Issue 1297193002: Move VariationsRegistrySyncerWin to ChromeVariationsServiceClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build harder Created 5 years, 4 months 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
« no previous file with comments | « no previous file | chrome/browser/metrics/variations/chrome_variations_service_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_browser_main.cc
diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc
index 30ea2772e4d80308a6fbf34cd357bf7fbb265bdd..baa35686b437c98e8f5f2a46f19febbe72c279a0 100644
--- a/chrome/browser/chrome_browser_main.cc
+++ b/chrome/browser/chrome_browser_main.cc
@@ -1655,11 +1655,7 @@ int ChromeBrowserMainParts::PreMainMessageLoopRunImpl() {
chrome_variations::VariationsService* variations_service =
browser_process_->variations_service();
if (variations_service) {
Alexei Svitkine (slow) 2015/08/24 16:36:31 Nit: No {}s
blundell 2015/08/24 18:32:08 Done.
- variations_service->StartRepeatedVariationsSeedFetch();
-
-#if defined(OS_WIN)
- variations_service->StartGoogleUpdateRegistrySync();
-#endif // defined(OS_WIN)
+ variations_service->PerformInitialStartup();
Alexei Svitkine (slow) 2015/08/24 16:36:31 Hmm, this name isn't super accurate. In fact, this
blundell 2015/08/24 18:32:08 Done.
}
translate::TranslateDownloadManager::RequestLanguageList(
« no previous file with comments | « no previous file | chrome/browser/metrics/variations/chrome_variations_service_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698