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

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

Issue 2760753002: [CUPS] Implement the local CUPS printer setup waiting UI. (Closed)
Patch Set: Address dpapad@'s comments. Fix failed test. Created 3 years, 9 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 7c0afb06c5aaf8a0073b1df9dec1bfffd4aca797..a4b96fcd52cec3585a3adcc16c0ab7af81938a8f 100644
--- a/chrome/browser/resources/print_preview/print_preview.js
+++ b/chrome/browser/resources/print_preview/print_preview.js
@@ -1365,7 +1365,6 @@ 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