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

Unified Diff: chrome/browser/chromeos/customization_document.cc

Issue 187603009: Fix FileManagerFileTasksComplexTest.FindFileHandlerTasks test failing (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: reupload Created 6 years, 10 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698