diff options
Diffstat (limited to 'chrome/common/pref_names.h')
-rw-r--r-- | chrome/common/pref_names.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h index a33ca22..d620347 100644 --- a/chrome/common/pref_names.h +++ b/chrome/common/pref_names.h @@ -197,6 +197,9 @@ extern const wchar_t kNumKeywords[]; extern const wchar_t kEnableExtensions[]; extern const wchar_t kEnableUserScripts[]; +extern const wchar_t kLastExtensionsUpdateCheck[]; +extern const wchar_t kNextExtensionsUpdateCheck[]; + extern const wchar_t kNTPMostVisitedURLsBlacklist[]; extern const wchar_t kNTPMostVisitedPinnedURLs[]; extern const wchar_t kNTPTipsCache[]; |