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

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 the offline comments from weifangsun@ and skau@. 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..a55232734fd325bb9f4410f175205dce2ede1535 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,14 @@
<span class="extension-name"></span>
<span class="extension-icon" role="button" tabindex="0"></span>
</span>
+ <span class="configuring-in-progress-text" hidden>
+ <span>$i18n{configuringInProgressText}</span>
+ <span class="jumping-dots">
+ <span>.</span><span>.</span><span>.</span>
+ </span>
+ </span>
+ <span class="configuring-failed-text" hidden>
+ <span>$i18n{configuringFailedText}</span>
+ </span>
</span>
</li>

Powered by Google App Engine
This is Rietveld 408576698