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 1168e82b32893c8a086893c5da9ac9326d00459d..2348e0e6455e90af68458ddfa70636f94a7dec36 100644 |
| --- a/chrome/browser/resources/print_preview/search/destination_list_item.html |
| +++ b/chrome/browser/resources/print_preview/search/destination_list_item.html |
| @@ -9,5 +9,9 @@ |
| class="register-promo-button"> |
| </button> |
| </span> |
| + <span class="extension-controlled-indicator" hidden> |
| + <span class="extension-name"></span> |
| + <span class="extension-icon" role="button" tabindex="0"></span> |
|
Aleksey Shlyapnikov
2015/03/06 00:27:39
Why don't we want to use extension icon as destina
tbarzic
2015/03/06 03:16:11
We want the icon to link to the extension webui wi
|
| + </span> |
| </span> |
| </li> |