| Index: chrome/browser/ui/webui/ntp/most_visited_handler.cc
|
| diff --git a/chrome/browser/ui/webui/ntp/most_visited_handler.cc b/chrome/browser/ui/webui/ntp/most_visited_handler.cc
|
| index e8e8a3fd889a9d45d8560ff88a4b9d8a4fd793e1..9deda8c1580de4d6699bf742adad7c4c4bd3b6b0 100644
|
| --- a/chrome/browser/ui/webui/ntp/most_visited_handler.cc
|
| +++ b/chrome/browser/ui/webui/ntp/most_visited_handler.cc
|
| @@ -290,7 +290,5 @@ std::string MostVisitedHandler::GetDictionaryKeyForUrl(const std::string& url) {
|
| // static
|
| void MostVisitedHandler::RegisterProfilePrefs(
|
| user_prefs::PrefRegistrySyncable* registry) {
|
| - registry->RegisterDictionaryPref(
|
| - prefs::kNtpMostVisitedURLsBlacklist,
|
| - user_prefs::PrefRegistrySyncable::UNSYNCABLE_PREF);
|
| + registry->RegisterDictionaryPref(prefs::kNtpMostVisitedURLsBlacklist);
|
| }
|
|
|