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

Unified Diff: chrome/browser/resources/new_new_tab.html

Issue 6825052: Update the web store promo to be clearer and configurable at run-time. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Incorporate Aaron's feedback. Created 9 years, 8 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
« no previous file with comments | « chrome/browser/profiles/profile_impl.cc ('k') | chrome/browser/resources/new_new_tab.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « chrome/browser/profiles/profile_impl.cc ('k') | chrome/browser/resources/new_new_tab.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698