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 59dea700b1164dd11be6ad864d549895c44dc845..81f08f30b0685e75a60afd27ab00efd33a82f595 100644 |
--- a/chrome/browser/ui/webui/ntp/most_visited_handler.cc |
+++ b/chrome/browser/ui/webui/ntp/most_visited_handler.cc |
@@ -209,7 +209,4 @@ std::string MostVisitedHandler::GetDictionaryKeyForURL(const std::string& url) { |
void MostVisitedHandler::RegisterUserPrefs(PrefService* prefs) { |
prefs->RegisterDictionaryPref(prefs::kNtpMostVisitedURLsBlacklist, |
PrefService::UNSYNCABLE_PREF); |
- // TODO(estade): remove this. |
- prefs->RegisterDictionaryPref(prefs::kNtpMostVisitedPinnedURLs, |
- PrefService::UNSYNCABLE_PREF); |
} |