Index: chrome/browser/bookmarks/bookmark_model_factory.cc |
diff --git a/chrome/browser/bookmarks/bookmark_model_factory.cc b/chrome/browser/bookmarks/bookmark_model_factory.cc |
index b0f61ee132c1be696c737991b260ffd89636130e..3d2a58fe24a6b60958ed04ffba38476d40ad5018 100644 |
--- a/chrome/browser/bookmarks/bookmark_model_factory.cc |
+++ b/chrome/browser/bookmarks/bookmark_model_factory.cc |
@@ -92,6 +92,9 @@ void BookmarkModelFactory::RegisterProfilePrefs( |
registry->RegisterListPref( |
bookmarks::prefs::kManagedBookmarks, |
user_prefs::PrefRegistrySyncable::UNSYNCABLE_PREF); |
+ registry->RegisterListPref( |
+ bookmarks::prefs::kSupervisedBookmarks, |
+ user_prefs::PrefRegistrySyncable::UNSYNCABLE_PREF); |
} |
content::BrowserContext* BookmarkModelFactory::GetBrowserContextToUse( |