| OLD | NEW |
| 1 <!-- | 1 <!-- |
| 2 Copyright 2015 The Chromium Authors. All rights reserved. | 2 Copyright 2015 The Chromium Authors. All rights reserved. |
| 3 Use of this source code is governed by a BSD-style license that can be | 3 Use of this source code is governed by a BSD-style license that can be |
| 4 found in the LICENSE file. | 4 found in the LICENSE file. |
| 5 --> | 5 --> |
| 6 <!DOCTYPE html> | 6 <!DOCTYPE html> |
| 7 <html> | 7 <html> |
| 8 <head> | 8 <head> |
| 9 <meta charset="utf-8"> | 9 <meta charset="utf-8"> |
| 10 <if expr="is_android or is_ios"> | 10 <if expr="is_android or is_ios"> |
| 11 <meta name="viewport" content="width=device-width, initial-scale=1.0, | 11 <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 12 maximum-scale=1.0, user-scalable=no"> | |
| 13 </if> | 12 </if> |
| 14 <title>Popular Sites Internals</title> | 13 <title>Popular Sites Internals</title> |
| 15 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> | 14 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> |
| 16 <link rel="stylesheet" href="chrome://resources/css/list.css"> | 15 <link rel="stylesheet" href="chrome://resources/css/list.css"> |
| 17 <link rel="stylesheet" href="popular_sites_internals.css"> | 16 <link rel="stylesheet" href="popular_sites_internals.css"> |
| 18 <script src="chrome://resources/js/cr.js"></script> | 17 <script src="chrome://resources/js/cr.js"></script> |
| 19 <script src="chrome://resources/js/jstemplate_compiled.js"></script> | 18 <script src="chrome://resources/js/jstemplate_compiled.js"></script> |
| 20 <script src="chrome://resources/js/load_time_data.js"></script> | 19 <script src="chrome://resources/js/load_time_data.js"></script> |
| 21 <script src="chrome://resources/js/util.js"></script> | 20 <script src="chrome://resources/js/util.js"></script> |
| 22 <if expr="is_ios"> | 21 <if expr="is_ios"> |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 75 </td> | 74 </td> |
| 76 <td class="value"><pre id="json-value"></pre></td> | 75 <td class="value"><pre id="json-value"></pre></td> |
| 77 </tr> | 76 </tr> |
| 78 </table> | 77 </table> |
| 79 </div> | 78 </div> |
| 80 </div> | 79 </div> |
| 81 | 80 |
| 82 </body> | 81 </body> |
| 83 </html> | 82 </html> |
| 84 | 83 |
| OLD | NEW |