| Index: chrome/browser/resources/ntp4/new_tab.html
|
| diff --git a/chrome/browser/resources/ntp4/new_tab.html b/chrome/browser/resources/ntp4/new_tab.html
|
| index e5bb3e39ecd26dfd23e498238b7fc5a1e048719f..99f8fa7d49244b97157d02d5adbdcd89702b3337 100644
|
| --- a/chrome/browser/resources/ntp4/new_tab.html
|
| +++ b/chrome/browser/resources/ntp4/new_tab.html
|
| @@ -93,6 +93,17 @@
|
| </div>
|
| </div>
|
|
|
| + <div id="app-launcher-promo" hidden>
|
| + <div class="apps-promo-text" i18n-content="appsPromoTitle"></div>
|
| + <a href="https://chrome.google.com/webstore/launcher"
|
| + class="apps-promo-learn-more" i18n-content="learn_more">
|
| + </a>
|
| + <img src="app_launcher_promo.png">
|
| + <button class="close-button custom-appearance"
|
| + id="app-launcher-promo-close-button">
|
| + </button>
|
| + </div>
|
| +
|
| <div id="footer">
|
| <div id="footer-border"></div>
|
| <div id="footer-content">
|
|
|