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

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

Issue 1144983002: Introduce concept of provisional destinations to print preview (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 6 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.html
diff --git a/chrome/browser/resources/print_preview/print_preview.html b/chrome/browser/resources/print_preview/print_preview.html
index 2c8e44eb41729dcf585de0281bf4b4142acb8740..bbcb5a1544a4ba883e84943c3c0c0baca38416aa 100644
--- a/chrome/browser/resources/print_preview/print_preview.html
+++ b/chrome/browser/resources/print_preview/print_preview.html
@@ -36,6 +36,7 @@
<link rel="stylesheet" href="search/destination_list_item.css">
<link rel="stylesheet" href="search/destination_search.css">
<link rel="stylesheet" href="search/fedex_tos.css">
+ <link rel="stylesheet" href="search/provisional_destination_resolver.css">
<script src="chrome://resources/js/action_link.js"></script>
<script src="chrome://resources/js/cr.js"></script>
@@ -103,6 +104,7 @@
<include src="search/destination_list.html">
<include src="search/destination_list_item.html">
<include src="search/fedex_tos.html">
+ <include src="search/provisional_destination_resolver.html">
<script src="chrome://resources/js/i18n_template.js"></script>
</body>

Powered by Google App Engine
This is Rietveld 408576698