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

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 nit 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..65a370009d98f8917705b6f4bcbe9aa04c52e236
--- /dev/null
+++ b/chrome/browser/resources/print_preview/search/cros_destination_resolver.html
@@ -0,0 +1,9 @@
+<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-content="resolveCrosPrinterMessage">
dpapad 2017/01/11 20:36:30 Use i18n{} instead of i18n-content, see other exam
skau 2017/01/12 00:36:16 Thanks. That's nicer.
+ </div>
+ </div>
+ </div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698