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

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: After-review. 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 059084e5e1c9c418ca2c590b811ad0226ad7c212..d155ff6a621f9516af63dba7f4ad5caa27a5257e 100644
--- a/chrome/browser/chromeos/login/wizard_controller.cc
+++ b/chrome/browser/chromeos/login/wizard_controller.cc
@@ -652,6 +652,7 @@ void WizardController::PerformPostEulaActions() {
base::Bind(&WizardController::StartTimezoneResolve,
weak_factory_.GetWeakPtr()),
base::TimeDelta::FromMilliseconds(kDefaultNetworkRetryDelayMS));
+ ServicesCustomizationDocument::GetInstance()->StartFetching();
Nikita (slow) 2014/04/15 12:39:24 Is this the only place where StartFetching() is ca
Alexander Alekseev 2014/04/15 22:47:31 As far as I understand, customization will be addi
Dmitry Polukhin 2014/04/15 22:57:06 I think it should be somewhere near ShowLoginWizar
Nikita (slow) 2014/04/16 18:16:21 Please make sure that customization document heade
Alexander Alekseev 2014/04/16 23:19:59 Done.
Alexander Alekseev 2014/04/16 23:19:59 There is a comment on no-refetch policy here: http
// 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