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

Side by Side Diff: chrome/browser/resources/print_preview/search/destination_list_item.html

Issue 979303002: Update UI for extension destinations in print preview destination list (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 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 unified diff | Download patch
OLDNEW
1 <li id="destination-list-item-template" class="destination-list-item" hidden 1 <li id="destination-list-item-template" class="destination-list-item" hidden
2 tabindex="0"> 2 tabindex="0">
3 <span class="destination-list-item-content"> 3 <span class="destination-list-item-content">
4 <img class="destination-list-item-icon" alt=""> 4 <img class="destination-list-item-icon" alt="">
5 <span class="destination-list-item-name"></span> 5 <span class="destination-list-item-name"></span>
6 <span class="offline-status" hidden></span> 6 <span class="offline-status" hidden></span>
7 <span class="register-promo" hidden> 7 <span class="register-promo" hidden>
8 <button i18n-content="registerPromoButtonText" 8 <button i18n-content="registerPromoButtonText"
9 class="register-promo-button"> 9 class="register-promo-button">
10 </button> 10 </button>
11 </span> 11 </span>
12 <span class="extension-controlled-indicator" hidden>
13 <span class="extension-name"></span>
14 <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
15 </span>
12 </span> 16 </span>
13 </li> 17 </li>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698