diff options
Diffstat (limited to 'chrome/common/pref_names.h')
-rw-r--r-- | chrome/common/pref_names.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h index 1bacef4..c9ea3b6 100644 --- a/chrome/common/pref_names.h +++ b/chrome/common/pref_names.h @@ -321,11 +321,12 @@ extern const char kExtensionSidebarWidth[]; extern const char kNTPMostVisitedURLsBlacklist[]; extern const char kNTPMostVisitedPinnedURLs[]; -extern const char kNTPTipsCache[]; -extern const char kNTPTipsCacheUpdate[]; -extern const char kNTPTipsServer[]; +extern const char kNTPWebResourceCache[]; +extern const char kNTPWebResourceCacheUpdate[]; +extern const char kNTPWebResourceServer[]; extern const char kNTPShownSections[]; extern const char kNTPPrefVersion[]; +extern const char kNTPCustomLogo[]; extern const char kDevToolsOpenDocked[]; extern const char kDevToolsSplitLocation[]; |