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 f34bd5a13e4bad9c2f3f289753b72d3cddb930d6..1db1173cff576b995502d5ed4b5d6821de3fb09d 100644 |
--- a/chrome/browser/ui/webui/ntp/ntp_resource_cache.cc |
+++ b/chrome/browser/ui/webui/ntp/ntp_resource_cache.cc |
@@ -183,6 +183,7 @@ NTPResourceCache::NTPResourceCache(Profile* profile) : profile_(profile) { |
pref_change_registrar_.Add(prefs::kShowBookmarkBar, this); |
pref_change_registrar_.Add(prefs::kHomePageIsNewTabPage, this); |
pref_change_registrar_.Add(prefs::kNTPShownPage, this); |
+ pref_change_registrar_.Add(prefs::kSyncPromoShowNTPBubble, this); |
} |
NTPResourceCache::~NTPResourceCache() {} |