| 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>
|
|
|