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

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

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/search/cros_destination_resolver.html
diff --git a/chrome/browser/resources/print_preview/search/cros_destination_resolver.html b/chrome/browser/resources/print_preview/search/cros_destination_resolver.html
new file mode 100644
index 0000000000000000000000000000000000000000..5d4fa3e5dc78768bd0866ff116cab95ee59f6714
--- /dev/null
+++ b/chrome/browser/resources/print_preview/search/cros_destination_resolver.html
@@ -0,0 +1,10 @@
+<div id="cros-printer-resolver" class="overlay transparent" hidden>
+ <div class="page">
+ <div class="close-button"></div>
+ <div class="action-area">
+ <div class="resolving-message">
+ $i18n{resolveCrosPrinterMessage}
+ </div>
+ </div>
+ </div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698