summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/browser/chromeos/customization_document.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/chromeos/customization_document.cc b/chrome/browser/chromeos/customization_document.cc
index 7cfb538..b5cce96 100644
--- a/chrome/browser/chromeos/customization_document.cc
+++ b/chrome/browser/chromeos/customization_document.cc
@@ -92,6 +92,7 @@ class ServicesCustomizationExternalLoader
// Used by the ServicesCustomizationDocument to update the current apps.
void SetCurrentApps(scoped_ptr<base::DictionaryValue> prefs) {
apps_.Swap(prefs.get());
+ is_apps_set_ = true;
StartLoading();
}