| 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 5574ceba17d07202ea73b551fec9047196c1358d..4bbd734e6ffe959a8b50f9bb311512e6e7c8eff7 100644
|
| --- a/chrome/browser/ui/webui/ntp/most_visited_handler.cc
|
| +++ b/chrome/browser/ui/webui/ntp/most_visited_handler.cc
|
| @@ -330,7 +330,7 @@ void MostVisitedHandler::RemovePageValuesMatchingOpenTabs() {
|
| }
|
|
|
| // static
|
| -void MostVisitedHandler::RegisterUserPrefs(
|
| +void MostVisitedHandler::RegisterProfilePrefs(
|
| user_prefs::PrefRegistrySyncable* registry) {
|
| registry->RegisterDictionaryPref(
|
| prefs::kNtpMostVisitedURLsBlacklist,
|
|
|