Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1101)

Unified Diff: chrome/browser/resources/ntp4/new_tab.html

Issue 12985002: Add a new App launcher promo to the apps page / NTP. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed unit tests. Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..15f591854084d9722c1f37113fbccfd514082c31 100644
--- a/chrome/browser/resources/ntp4/new_tab.html
+++ b/chrome/browser/resources/ntp4/new_tab.html
@@ -93,6 +93,19 @@
</div>
</div>
+ <div class="app-launcher-promo" id="app-launcher-promo" hidden>
+ <div class="apps-promo-text" id="apps-promo-text">
+ <span i18n-content="appsPromoTitle"></span>
+ </div>
+ <a href="https://chrome.google.com/webstore/launcher">
+ <div class="apps-promo-learn-more" id="apps-promo-learn-more">
+ <span i18n-content="learn_more"></span>
+ </div>
+ </a>
+ <img src="app_launcher_promo.png"/>
+ <div class="close-button" id="app-launcher-promo-close-button"></div>
+ </div>
+
<div id="footer">
<div id="footer-border"></div>
<div id="footer-content">

Powered by Google App Engine
This is Rietveld 408576698