| OLD | NEW |
| 1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
| 2 <html i18n-values=".style.fontFamily: fontfamily;"> | 2 <html i18n-values=".style.fontFamily: fontfamily;"> |
| 3 <!-- | 3 <!-- |
| 4 Copyright (c) 2012 The Chromium Authors. All rights reserved. | 4 Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 5 Use of this source code is governed by a BSD-style license that can be | 5 Use of this source code is governed by a BSD-style license that can be |
| 6 found in the LICENSE file. | 6 found in the LICENSE file. |
| 7 --> | 7 --> |
| 8 <head> | 8 <head> |
| 9 <!-- Don't use automatic scaling on mobile --> | 9 <!-- Don't use automatic scaling on mobile --> |
| 10 <meta name="viewport" content="width=device-width, initial-scale=1.0, | 10 <meta name="viewport" content="width=device-width, initial-scale=1.0, |
| (...skipping 24 matching lines...) Expand all Loading... |
| 35 <include src="service_providers_view.html"/> | 35 <include src="service_providers_view.html"/> |
| 36 <include src="import_view.html"/> | 36 <include src="import_view.html"/> |
| 37 <include src="export_view.html"/> | 37 <include src="export_view.html"/> |
| 38 <include src="capture_view.html"/> | 38 <include src="capture_view.html"/> |
| 39 <include src="test_view.html"/> | 39 <include src="test_view.html"/> |
| 40 <include src="hsts_view.html"/> | 40 <include src="hsts_view.html"/> |
| 41 <include src="events_view.html"/> | 41 <include src="events_view.html"/> |
| 42 <include src="timeline_view.html"/> | 42 <include src="timeline_view.html"/> |
| 43 <include src="logs_view.html"/> | 43 <include src="logs_view.html"/> |
| 44 <include src="chromeos_view.html"/> | 44 <include src="chromeos_view.html"/> |
| 45 <include src="mobile_view.html"/> |
| 45 | 46 |
| 46 <script src="chrome://resources/js/i18n_template.js"></script> | 47 <script src="chrome://resources/js/i18n_template.js"></script> |
| 47 <script src="chrome://resources/js/i18n_process.js"></script> | 48 <script src="chrome://resources/js/i18n_process.js"></script> |
| 48 <script src="chrome://resources/js/jstemplate_compiled.js"></script> | 49 <script src="chrome://resources/js/jstemplate_compiled.js"></script> |
| 49 </body> | 50 </body> |
| 50 </html> | 51 </html> |
| OLD | NEW |