| 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
|
|
|