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 8700500de10543d9ff47aa6ca34eb92cfc320985..186c4cfa999b230bdd652edb0f7de1ae801a3a36 100644 |
--- a/chrome/browser/resources/new_new_tab.html |
+++ b/chrome/browser/resources/new_new_tab.html |
@@ -5,7 +5,8 @@ |
hasattribution:hasattribution; |
anim:anim; |
syncispresent:syncispresent; |
- customlogo:customlogo" |
+ customlogo:customlogo; |
+ appspromovisible:appspromovisible" |
install-animation-enabled="true"> |
<head> |
<meta charset="utf-8"> |
@@ -131,7 +132,14 @@ if ('mode' in hashParams) { |
<span class="link"><span class="link-color"></span></span> |
</div> |
- <div class="maxiview" id="apps-maxiview"></div> |
+ <div class="maxiview" id="apps-maxiview"> |
+ <div id="apps-promo"> |
+ <button id="apps-promo-hide" i18n-content="appspromohide"></button> |
Bons
2010/10/06 20:04:06
isn't it semantically equivalent to say
<button ..
arv (Not doing code reviews)
2010/10/06 20:48:36
No, HTML does not have /> and required end tags ar
|
+ <h3 i18n-content="appspromoheader"></h3> |
+ <p id="apps-promo-text1" i18n-content="appspromotext1"></p> |
+ <p id="apps-promo-text2" i18n-content="appspromotext2"></p> |
+ </div> |
+ </div> |
<div class="maxiview" id="most-visited-maxiview"></div> |
<div class="sections"> |