diff options
author | mirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-23 15:29:47 +0000 |
---|---|---|
committer | mirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-23 15:29:47 +0000 |
commit | a17710f5cf04f0c6505fba73e58e668c71f8c2fa (patch) | |
tree | edb084eced7a7aece73ef97e252ef19d303b3e54 /chrome/common/pref_names.h | |
parent | b1f5e28f36d1c8af1e35738b642b71f7e3382b83 (diff) | |
download | chromium_src-a17710f5cf04f0c6505fba73e58e668c71f8c2fa.zip chromium_src-a17710f5cf04f0c6505fba73e58e668c71f8c2fa.tar.gz chromium_src-a17710f5cf04f0c6505fba73e58e668c71f8c2fa.tar.bz2 |
Allow web resource server to set custom logo display by start and end date.
BUG=56388
TEST=none
Review URL: http://codereview.chromium.org/3382014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60291 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/pref_names.h')
-rw-r--r-- | chrome/common/pref_names.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h index 295b804..86e33aa 100644 --- a/chrome/common/pref_names.h +++ b/chrome/common/pref_names.h @@ -327,7 +327,8 @@ extern const char kNTPWebResourceCacheUpdate[]; extern const char kNTPWebResourceServer[]; extern const char kNTPShownSections[]; extern const char kNTPPrefVersion[]; -extern const char kNTPCustomLogo[]; +extern const char kNTPCustomLogoStart[]; +extern const char kNTPCustomLogoEnd[]; extern const char kDevToolsOpenDocked[]; extern const char kDevToolsSplitLocation[]; |