Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <!doctype html> | 1 <!doctype html> |
| 2 <html> | 2 <html> |
| 3 <!-- Copyright 2013 The Chromium Authors. All rights reserved. | 3 <!-- Copyright 2015 The Chromium Authors. All rights reserved. |
| 4 Use of this source code is governed by a BSD-style license that can be | 4 Use of this source code is governed by a BSD-style license that can be |
| 5 found in the LICENSE file. --> | 5 found in the LICENSE file. --> |
| 6 <head> | 6 <head> |
| 7 <script src="chrome-search://local-ntp/config.js"></script> | 7 <script src="chrome-search://local-ntp/config.js"></script> |
| 8 <script src="chrome-search://local-ntp/local-ntp.js"></script> | 8 <script src="chrome-search://local-ntp/local-ntp.js"></script> |
| 9 <link rel="stylesheet" href="chrome-search://local-ntp/local-ntp.css"></link> | 9 <link rel="stylesheet" href="chrome-search://local-ntp/local-ntp.css"></link> |
| 10 | |
|
huangs
2015/03/12 06:29:19
Extra line?
fserb
2015/03/12 17:06:55
Done.
| |
| 10 <meta charset="utf-8"> | 11 <meta charset="utf-8"> |
| 11 <meta name="google" value="notranslate"> | 12 <meta name="google" value="notranslate"> |
| 12 </head> | 13 </head> |
| 13 <body> | 14 <body > |
|
huangs
2015/03/12 06:29:19
Space issue.
fserb
2015/03/12 17:06:55
Done.
| |
| 14 <div id="ntp-contents" class="des-mat"> | 15 <div id="ntp-contents"> |
| 15 <div id="most-visited"> | 16 <div id="most-visited"> |
| 16 <div id="mv-tiles"></div> | 17 <div id="mv-tiles"> |
|
huangs
2015/03/12 06:29:19
Space issue.
fserb
2015/03/12 17:06:55
Done.
| |
| 18 </div> | |
| 17 <!-- Notification shown when a tile is blacklisted. --> | 19 <!-- Notification shown when a tile is blacklisted. --> |
| 18 <div id="mv-notice" class="mv-notice-hide"> | 20 <div id="mv-notice" class="mv-notice-hide"> |
| 19 <span id="mv-msg"></span> | 21 <span id="mv-msg"></span> |
| 20 <!-- Links in the notification. --> | 22 <!-- Links in the notification. --> |
| 21 <span id="mv-notice-links"> | 23 <span id="mv-notice-links"> |
|
huangs
2015/03/12 06:29:19
Indent.
fserb
2015/03/12 17:06:55
Done.
| |
| 22 <span id="mv-undo" tabIndex="1"></span> | 24 <span id="mv-undo" tabIndex="1"></span> |
| 23 <span id="mv-restore" tabIndex="1"></span> | 25 <span id="mv-restore" tabIndex="1"></span> |
| 24 <div id="mv-notice-x" tabIndex="1" class="mv-x"></div> | 26 <div id="mv-notice-x" tabIndex="1"></div> |
| 25 </span> | 27 </span> |
| 26 </div> | 28 </div> |
| 27 </div> | 29 </div> |
| 28 <div id="attribution"><div id="attribution-text"></div></div> | 30 <div id="attribution"><div id="attribution-text"></div></div> |
| 29 </div> | 31 </div> |
| 30 </body> | 32 </body> |
| 31 </html> | 33 </html> |
| OLD | NEW |