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

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

Issue 1755423003: Re-use PromiseResolver helper in print preview. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@reject_promise
Patch Set: Add @struct Created 4 years, 10 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
« no previous file with comments | « no previous file | chrome/browser/resources/print_preview/search/provisional_destination_resolver.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/print_preview/print_preview.html
diff --git a/chrome/browser/resources/print_preview/print_preview.html b/chrome/browser/resources/print_preview/print_preview.html
index bbcb5a1544a4ba883e84943c3c0c0baca38416aa..6294da754f05eca54a0263f5bc8e4cb58bf06ac2 100644
--- a/chrome/browser/resources/print_preview/print_preview.html
+++ b/chrome/browser/resources/print_preview/print_preview.html
@@ -39,6 +39,7 @@
<link rel="stylesheet" href="search/provisional_destination_resolver.css">
<script src="chrome://resources/js/action_link.js"></script>
+ <script src="chrome://resources/js/promise_resolver.js"></script>
<script src="chrome://resources/js/cr.js"></script>
<script src="chrome://resources/js/cr/event_target.js"></script>
<script src="chrome://resources/js/cr/ui.js"></script>
« no previous file with comments | « no previous file | chrome/browser/resources/print_preview/search/provisional_destination_resolver.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698