diff options
author | mirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-21 01:00:34 +0000 |
---|---|---|
committer | mirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-21 01:00:34 +0000 |
commit | 0ef69c756f644654452dd9ce94ab95f14b6c998c (patch) | |
tree | cca6d5a31f07791216185e0a49cd5d271891a2c4 /chrome/browser/resources/new_new_tab.html | |
parent | 2e3e1908a954a3e23ddc08ff7f2023b0d3b92a21 (diff) | |
download | chromium_src-0ef69c756f644654452dd9ce94ab95f14b6c998c.zip chromium_src-0ef69c756f644654452dd9ce94ab95f14b6c998c.tar.gz chromium_src-0ef69c756f644654452dd9ce94ab95f14b6c998c.tar.bz2 |
Add the ability to change NTP logos using a command from the web resource server.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/3418020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60001 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources/new_new_tab.html')
-rw-r--r-- | chrome/browser/resources/new_new_tab.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/resources/new_new_tab.html b/chrome/browser/resources/new_new_tab.html index 99f8e77..e1c6574 100644 --- a/chrome/browser/resources/new_new_tab.html +++ b/chrome/browser/resources/new_new_tab.html @@ -4,7 +4,8 @@ bookmarkbarattached:bookmarkbarattached; hasattribution:hasattribution; anim:anim; - syncispresent:syncispresent"> + syncispresent:syncispresent; + customlogo:customlogo"> <head> <meta charset="utf-8"> <title i18n-content="title"></title> |