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

Unified 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, 10 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 side-by-side diff with in-line comments
Download patch
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>
+ </span>
</span>
</li>

Powered by Google App Engine
This is Rietveld 408576698