Index: chrome/browser/ui/webui/ntp/ntp_resource_cache.cc |
diff --git a/chrome/browser/ui/webui/ntp/ntp_resource_cache.cc b/chrome/browser/ui/webui/ntp/ntp_resource_cache.cc |
index 256f876008bacc8982f2c368477635f92fb62e06..076877bba20cfff282690809e53d360b601e96da 100644 |
--- a/chrome/browser/ui/webui/ntp/ntp_resource_cache.cc |
+++ b/chrome/browser/ui/webui/ntp/ntp_resource_cache.cc |
@@ -4,7 +4,6 @@ |
#include "chrome/browser/ui/webui/ntp/ntp_resource_cache.h" |
-#include <algorithm> |
#include <vector> |
#include "base/command_line.h" |
@@ -178,7 +177,6 @@ NTPResourceCache::NTPResourceCache(Profile* profile) : profile_(profile) { |
pref_change_registrar_.Init(profile_->GetPrefs()); |
pref_change_registrar_.Add(prefs::kSyncAcknowledgedSyncTypes, this); |
pref_change_registrar_.Add(prefs::kShowBookmarkBar, this); |
- pref_change_registrar_.Add(prefs::kEnableBookmarkBar, this); |
pref_change_registrar_.Add(prefs::kHomePageIsNewTabPage, this); |
pref_change_registrar_.Add(prefs::kNTPShownSections, this); |
pref_change_registrar_.Add(prefs::kNTPShownPage, this); |