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

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: Created 4 years 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..03ed9d33ff3531ed1e0c73d81f1021a36b336069
--- /dev/null
+++ b/chrome/browser/resources/print_preview/search/cros_destination_resolver.html
@@ -0,0 +1,8 @@
+<div id="cros-printer-resolver" class="overlay transparent" hidden>
+ <div class="page">
+ <div class="close-button"></div>
+ <div class="action-area">
+ Setting up your printer.
xdai1 2016/12/30 00:38:13 i18n?
skau 2017/01/04 18:57:06 Done.
+ </div>
+ </div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698