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

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

Issue 9303005: [NTP4] Experiment for adding Chrome Web Store link to footer. (Closed)
Patch Set: moving to global browser init to avoid crash when NTP resource cache is cleared Created 8 years, 11 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 a4304c0f865371deaa7f8b0c9dc381a5ee6d478e..8319627bac60b6456860ca198d13debbb5499da5 100644
--- a/chrome/browser/resources/ntp4/new_tab.html
+++ b/chrome/browser/resources/ntp4/new_tab.html
@@ -106,8 +106,15 @@
<button id="recently-closed-menu-button" class="custom-appearance">
<span i18n-content="recentlyclosed"></span>
<div class="disclosure-triangle"></div>
+ <div id="vertical-separator"></div>
</button>
+ <a id="chrome-web-store-href">
+ <div id="chrome-web-store-title" i18n-content="webStoreTitle"></div>
+ <img id="chrome-web-store-icon"
+ src="chrome://theme/IDR_WEBSTORE_ICON_24"></img>
+ </a>
+
<div id="trash" class="trash">
<span class="lid"></span>
<span class="can"></span>
@@ -142,7 +149,7 @@
</button>
</div>
</div>
-
+
<!-- Apps promo. -->
<div id="apps-promo-extras-template" class="apps-promo-extras">
<h3 class="apps-promo-heading"></h3>

Powered by Google App Engine
This is Rietveld 408576698