| Index: chrome/browser/resources/new_new_tab.html
|
| ===================================================================
|
| --- chrome/browser/resources/new_new_tab.html (revision 33537)
|
| +++ chrome/browser/resources/new_new_tab.html (working copy)
|
| @@ -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 @@
|
| </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>
|
|
|
|
|