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

Unified Diff: chrome/browser/chromeos/login/wizard_controller.cc

Issue 236013002: Apply default wallpaper from customization manifest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove wallpaper URL from ServicesCustomizationDocumentTest. Created 6 years, 8 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
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.

Powered by Google App Engine
This is Rietveld 408576698