Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 6bff322f11eab7b0545c170ecb3ab04aeb12e6a2..337c9ca1be8656dfdab563c703c15d42be93cf87 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -1121,6 +1121,9 @@ const char kExtensionBlacklistUpdateVersion[] = |
const char kExtensionSidebarWidth[] = "extensions.sidebar.width"; |
+// Number of times the NTP4 informational bubble has been shown. |
+const char kNTP4IntroDisplayCount[] = "ntp.intro_display_count"; |
+ |
// New Tab Page URLs that should not be shown as most visited thumbnails. |
const char kNTPMostVisitedURLsBlacklist[] = "ntp.most_visited_blacklist"; |