Chromium Code Reviews| 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> |
|
dpapad
2017/03/30 20:56:23
Can you check if this animation is running in the
xdai1
2017/03/30 23:18:43
Since it's an infinite animation, I think it's sti
|
| + </span> |
| + </span> |
| + <span class="configuring-failed-text" hidden> |
| + <span>$i18n{configuringFailedText}</span> |
|
dpapad
2017/03/30 20:56:23
Are both <span>s necessary? Why not
<span class="
xdai1
2017/03/30 23:18:43
Removed it.
|
| + </span> |
| </span> |
| </li> |