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

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

Issue 3236001: Add the collapsed 'miniview' to the apps and most visisted sections. (Closed)
Patch Set: more unnecessary changes Created 10 years, 4 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/new_new_tab.html
diff --git a/chrome/browser/resources/new_new_tab.html b/chrome/browser/resources/new_new_tab.html
index 6b60be9aca55e676977ec61141c422f6af118d96..cf93d2dd5f81d01f9fb50590adc2659ba08081ce 100644
--- a/chrome/browser/resources/new_new_tab.html
+++ b/chrome/browser/resources/new_new_tab.html
@@ -144,12 +144,14 @@ if ('mode' in hashParams) {
<h2><img src="ntp/ntp_disclosure_triangle.png"
><span i18n-content="apps"></span></h2>
<div id="apps-section-content"></div>
+ <div class="miniview"></div>
</div>
<div id="most-visited-section" class="section" section="THUMB">
<h2><img src="ntp/ntp_disclosure_triangle.png"
><span i18n-content="mostvisited"></span></h2>
<div id="most-visited"></div>
+ <div class="miniview"></div>
</div>
<!-- Start this section disabled because it might not have data, and looks

Powered by Google App Engine
This is Rietveld 408576698