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

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: Response to review 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 eb0cf4f30c8fb1a4bb321659c332e3e300f3173a..51500ea5eb9abec4995a26b2f513233dc09c4766 100644
--- a/chrome/browser/chrome_browser_main.cc
+++ b/chrome/browser/chrome_browser_main.cc
@@ -1665,13 +1665,8 @@ int ChromeBrowserMainParts::PreMainMessageLoopRunImpl() {
// Request new variations seed information from server.
chrome_variations::VariationsService* variations_service =
browser_process_->variations_service();
- if (variations_service) {
- variations_service->StartRepeatedVariationsSeedFetch();
-
-#if defined(OS_WIN)
- variations_service->StartGoogleUpdateRegistrySync();
-#endif // defined(OS_WIN)
- }
+ if (variations_service)
+ variations_service->PerformPreMainMessageLoopStartup();
translate::TranslateDownloadManager::RequestLanguageList(
profile_->GetPrefs());
« 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