| Index: chrome/browser/resources/new_new_tab.html
|
| diff --git a/chrome/browser/resources/new_new_tab.html b/chrome/browser/resources/new_new_tab.html
|
| index 59c1bca6f6c2e08b15c7a1c086403cd105700f9e..ea3dd245aa35596b97b6fceb3f77bd9c01405ac2 100644
|
| --- a/chrome/browser/resources/new_new_tab.html
|
| +++ b/chrome/browser/resources/new_new_tab.html
|
| @@ -146,10 +146,13 @@ if ('mode' in hashParams) {
|
|
|
| <div class="maxiview" id="apps-maxiview">
|
| <div id="apps-promo">
|
| - <button id="apps-promo-hide" i18n-content="appspromohide"></button>
|
| - <h3 i18n-content="appspromoheader"></h3>
|
| - <p id="apps-promo-text1" i18n-values=".innerHTML:appspromotext1"></p>
|
| - <p id="apps-promo-text2" i18n-content="appspromotext2"></p>
|
| + <p id="apps-promo-heading"></p>
|
| + <div class="g-button-basic">
|
| + <div><span><span>
|
| + <a id="apps-promo-link" href=""></a>
|
| + </span></span></div>
|
| + </div>
|
| + <button id="apps-promo-hide"></button>
|
| </div>
|
| <div id="apps-content"></div>
|
| </div>
|
|
|