| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index c98c20439dedf6d34477008a8c4a86053ce66f54..9bac8d615a83a9082c4739b9b0960e85f8505a1c 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";
|
|
|
|
|