diff options
author | mirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-02 02:21:36 +0000 |
---|---|---|
committer | mirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-02 02:21:36 +0000 |
commit | c4712105103f7132e4e97eaf9377c728565dc345 (patch) | |
tree | 64f83446693eae1118367981cfa97592ad8eee42 /chrome/browser/resources/new_new_tab.html | |
parent | 62f1c6e07577f962fbeaf38e54535d3e5904308b (diff) | |
download | chromium_src-c4712105103f7132e4e97eaf9377c728565dc345.zip chromium_src-c4712105103f7132e4e97eaf9377c728565dc345.tar.gz chromium_src-c4712105103f7132e4e97eaf9377c728565dc345.tar.bz2 |
Revert 33527 - Put "make this my home page" link into the tip section.
BUG= 28196
TEST= "make this my home page" should show up as a tip.
Review URL: http://codereview.chromium.org/449073
TBR=mirandac@chromium.org
Review URL: http://codereview.chromium.org/460007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33538 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 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/chrome/browser/resources/new_new_tab.html b/chrome/browser/resources/new_new_tab.html index 831d3b1..a3ff823 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; + showsetashomepage:showsetashomepage"> <meta charset="utf-8"> <title i18n-content="title"></title> @@ -254,6 +255,12 @@ function updateSimpleSection(id, section) { </div> <script>updateSimpleSection('sync-status', Section.SYNC);</script> + <div id="set-as-home-page"> + <button class="link"> + <span class="link-color" i18n-content="makethishomepage"></span> + </button> + </div> + <div id="tip-line"></div> <script>updateSimpleSection('tip-line', Section.TIPS);</script> |