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

Unified Diff: chrome/browser/resources/print_preview/print_preview.js

Issue 2606043004: Perform printer setup on Chrome OS before selecting printer. (Closed)
Patch Set: fix nits 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/print_preview/print_preview.js
diff --git a/chrome/browser/resources/print_preview/print_preview.js b/chrome/browser/resources/print_preview/print_preview.js
index 9ba1bddf09fba06c4d0f933452113dde67cc1818..04fdd1dab9f6df519e9a2a00b8ae421a33d9bcf8 100644
--- a/chrome/browser/resources/print_preview/print_preview.js
+++ b/chrome/browser/resources/print_preview/print_preview.js
@@ -1362,6 +1362,7 @@ cr.define('print_preview', function() {
// <include src="search/destination_list_item.js">
// <include src="search/destination_search.js">
// <include src="search/fedex_tos.js">
+// <include src="search/cros_destination_resolver.js">
// <include src="search/provisional_destination_resolver.js">
window.addEventListener('DOMContentLoaded', function() {

Powered by Google App Engine
This is Rietveld 408576698