Index: chrome/browser/chromeos/login/wizard_controller.cc |
diff --git a/chrome/browser/chromeos/login/wizard_controller.cc b/chrome/browser/chromeos/login/wizard_controller.cc |
index 0ac5f1ef024fe9f6638789033395092252f15b0c..44b50d1108bfc11510c677d60f97e82ce22518aa 100644 |
--- a/chrome/browser/chromeos/login/wizard_controller.cc |
+++ b/chrome/browser/chromeos/login/wizard_controller.cc |
@@ -647,6 +647,7 @@ void WizardController::PerformPostEulaActions() { |
base::Bind(&WizardController::StartTimezoneResolve, |
weak_factory_.GetWeakPtr()), |
base::TimeDelta::FromMilliseconds(kDefaultNetworkRetryDelayMS)); |
+ ServicesCustomizationDocument::GetInstance()->StartFetching(); |
// Now that EULA has been accepted (for official builds), enable portal check. |
// ChromiumOS builds would go though this code path too. |