| Index: chrome/browser/resources/local_ntp/local_ntp.html
|
| diff --git a/chrome/browser/resources/local_ntp/local_ntp.html b/chrome/browser/resources/local_ntp/local_ntp.html
|
| index 8db15c74c5d7682e04294ecc8544ba18fb78a514..954d70056124d18698ace6d465cf84d9aff64b9e 100644
|
| --- a/chrome/browser/resources/local_ntp/local_ntp.html
|
| +++ b/chrome/browser/resources/local_ntp/local_ntp.html
|
| @@ -13,8 +13,15 @@
|
| </head>
|
| <body>
|
| <div id="ntp-contents">
|
| + <div id="logo" title="Google"></div>
|
| + <div id="fakebox">
|
| + <div id="fakebox-text"></div>
|
| + <input id="fakebox-input" autocomplete="off" tabIndex="-1" type="url"
|
| + aria-hidden="true">
|
| + <div id="cursor"></div>
|
| + </div>
|
| <div id="most-visited">
|
| - <!-- The container for the tiles. The iframe goes in here. -->
|
| + <!-- The container for the tiles. The MV iframe goes in here. -->
|
| <div id="mv-tiles"></div>
|
| <!-- Notification shown when a tile is blacklisted. -->
|
| <div id="mv-notice" class="mv-notice-hide">
|
|
|