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 3cb4325..c5a3d9e 100644 --- a/chrome/common/pref_names.h +++ b/chrome/common/pref_names.h @@ -193,6 +193,9 @@ extern const wchar_t kEnableUserScripts[]; extern const wchar_t kNTPMostVisitedURLsBlacklist[]; extern const wchar_t kNTPMostVisitedPinnedURLs[]; +extern const wchar_t kNTPWebResourceCache[]; +extern const wchar_t kNTPWebResourceCacheUpdate[]; +extern const wchar_t kNTPWebResourceServer[]; } #endif // CHROME_COMMON_PREF_NAMES_H_ |