| Index: chrome/browser/chromeos/customization_document.cc
|
| diff --git a/chrome/browser/chromeos/customization_document.cc b/chrome/browser/chromeos/customization_document.cc
|
| index 7cfb5381d60f758a1d1195b9d8f0edabde0d80cb..b5cce96203c8f6f41b8ad47724691ec59a37dcac 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();
|
| }
|
|
|
|
|