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

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

Issue 2760753002: [CUPS] Implement the local CUPS printer setup waiting UI. (Closed)
Patch Set: Address dpapad@'s comments. Fix failed test. Created 3 years, 8 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 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698