chromium/chrome/browser/resources/print_preview/ui/destination_list_item.html

<style include="destination-list-item-style">
</style>
<iron-icon icon="[[destination.icon]]"></iron-icon>
<span class="name searchable">[[destination.displayName]]</span>
<span class="search-hint searchable" hidden="[[!searchHint_]]">
  [[searchHint_]]
</span>
<span class="extension-controlled-indicator"
    hidden$="[[!destination.isExtension]]">
  <span class="extension-name searchable">
    [[destination.extensionName]]
  </span>
  <span class="extension-icon" role="button" tabindex="0"
      title="[[getExtensionPrinterTooltip_(destination)]]"></span>
</span>