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

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

Issue 2760753002: [CUPS] Implement the local CUPS printer setup waiting UI. (Closed)
Patch Set: Address dpapad@'s comments. Fix failed test. Created 3 years, 9 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/destination_list_item.html
diff --git a/chrome/browser/resources/print_preview/search/destination_list_item.html b/chrome/browser/resources/print_preview/search/destination_list_item.html
index a3678038492d51a9a0750c27434d7362db47700f..f77a404f17f9307bab8621fae3ec6577de927bb4 100644
--- a/chrome/browser/resources/print_preview/search/destination_list_item.html
+++ b/chrome/browser/resources/print_preview/search/destination_list_item.html
@@ -13,5 +13,16 @@
<span class="extension-name"></span>
<span class="extension-icon" role="button" tabindex="0"></span>
</span>
+<if expr="chromeos">
+ <span class="configuring-in-progress-text" hidden>
+ $i18n{configuringInProgressText}
+ <span class="configuring-text-jumping-dots">
+ <span>.</span><span>.</span><span>.</span>
+ </span>
+ </span>
+ <span class="configuring-failed-text" hidden>
+ $i18n{configuringFailedText}
+ </span>
+</if>
</span>
</li>

Powered by Google App Engine
This is Rietveld 408576698