Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(86)

Side by Side Diff: chrome/browser/resources/print_preview/print_preview.html

Issue 2606043004: Perform printer setup on Chrome OS before selecting printer. (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 <include src="previewarea/preview_area.html"> 100 <include src="previewarea/preview_area.html">
101 </div> 101 </div>
102 102
103 <!-- HTML Templates --> 103 <!-- HTML Templates -->
104 <include src="settings/advanced_settings/advanced_settings_item.html"> 104 <include src="settings/advanced_settings/advanced_settings_item.html">
105 <include src="common/search_box.html"> 105 <include src="common/search_box.html">
106 <include src="previewarea/margin_control.html"> 106 <include src="previewarea/margin_control.html">
107 <include src="search/destination_list.html"> 107 <include src="search/destination_list.html">
108 <include src="search/destination_list_item.html"> 108 <include src="search/destination_list_item.html">
109 <include src="search/fedex_tos.html"> 109 <include src="search/fedex_tos.html">
110 <include src="search/cros_destination_resolver.html">
110 <include src="search/provisional_destination_resolver.html"> 111 <include src="search/provisional_destination_resolver.html">
111 112
112 <script src="chrome://resources/js/i18n_template.js"></script> 113 <script src="chrome://resources/js/i18n_template.js"></script>
113 </body> 114 </body>
114 115
115 </html> 116 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698