| OLD | NEW |
| 1 <!doctype html> | 1 <!doctype html> |
| 2 <html id="print-preview" class="focus-outline-visible" | 2 <html id="print-preview" class="focus-outline-visible" |
| 3 i18n-values="dir:textdirection;lang:language"> | 3 i18n-values="dir:textdirection;lang:language"> |
| 4 | 4 |
| 5 <head> | 5 <head> |
| 6 <meta charset="utf-8"> | 6 <meta charset="utf-8"> |
| 7 <title id="document-title"></title> | 7 <title id="document-title"></title> |
| 8 <link rel="icon" href="../../../app/theme/default_100_percent/common/favicon_p
rint_preview.png"> | 8 <link rel="icon" href="../../../app/theme/default_100_percent/common/favicon_p
rint_preview.png"> |
| 9 | 9 |
| 10 <link rel="stylesheet" href="print_preview.css"> | 10 <link rel="stylesheet" href="print_preview.css"> |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 102 <include src="previewarea/preview_area.html"> | 102 <include src="previewarea/preview_area.html"> |
| 103 </div> | 103 </div> |
| 104 | 104 |
| 105 <!-- HTML Templates --> | 105 <!-- HTML Templates --> |
| 106 <include src="settings/advanced_settings/advanced_settings_item.html"> | 106 <include src="settings/advanced_settings/advanced_settings_item.html"> |
| 107 <include src="common/search_box.html"> | 107 <include src="common/search_box.html"> |
| 108 <include src="previewarea/margin_control.html"> | 108 <include src="previewarea/margin_control.html"> |
| 109 <include src="search/destination_list.html"> | 109 <include src="search/destination_list.html"> |
| 110 <include src="search/destination_list_item.html"> | 110 <include src="search/destination_list_item.html"> |
| 111 <include src="search/fedex_tos.html"> | 111 <include src="search/fedex_tos.html"> |
| 112 <include src="search/cros_destination_resolver.html"> | |
| 113 <include src="search/provisional_destination_resolver.html"> | 112 <include src="search/provisional_destination_resolver.html"> |
| 114 | 113 |
| 115 <script src="chrome://resources/js/i18n_template.js"></script> | 114 <script src="chrome://resources/js/i18n_template.js"></script> |
| 116 </body> | 115 </body> |
| 117 | 116 |
| 118 </html> | 117 </html> |
| OLD | NEW |