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 28708e921c66fac0b475fb7e78bba0e6c60f23ee..132d446f3061d462edb3e915638dcf31109fb71e 100644 |
--- a/chrome/browser/chromeos/login/wizard_controller.cc |
+++ b/chrome/browser/chromeos/login/wizard_controller.cc |
@@ -677,6 +677,10 @@ void WizardController::PerformPostEulaActions() { |
base::Bind(&WizardController::StartTimezoneResolve, |
weak_factory_.GetWeakPtr()), |
base::TimeDelta::FromMilliseconds(kDefaultNetworkRetryDelayMS)); |
+ DelayNetworkCall( |
+ ServicesCustomizationDocument::GetInstance() |
+ ->EnsureCustomizationAppliedClosure(), |
+ base::TimeDelta::FromMilliseconds(kDefaultNetworkRetryDelayMS)); |
// Now that EULA has been accepted (for official builds), enable portal check. |
// ChromiumOS builds would go though this code path too. |