diff options
Diffstat (limited to 'chrome/common/pref_names.cc')
-rw-r--r-- | chrome/common/pref_names.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc index 2414dc1..c86671f 100644 --- a/chrome/common/pref_names.cc +++ b/chrome/common/pref_names.cc @@ -532,6 +532,9 @@ const wchar_t kLastExtensionsUpdateCheck[] = L"extensions.autoupdate.last_check"; const wchar_t kNextExtensionsUpdateCheck[] = L"extensions.autoupdate.next_check"; +// Version number of last blacklist check +const wchar_t kExtensionBlacklistUpdateVersion[] = + L"extensions.blacklistupdate.version"; // New Tab Page URLs that should not be shown as most visited thumbnails. const wchar_t kNTPMostVisitedURLsBlacklist[] = L"ntp.most_visited_blacklist"; |