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

Unified Diff: chrome/browser/resources/print_preview/search/destination_list.html

Issue 668983004: Add <a is="action-link">, a web component extension of <a> for in-page actions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits Created 6 years, 2 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.html
diff --git a/chrome/browser/resources/print_preview/search/destination_list.html b/chrome/browser/resources/print_preview/search/destination_list.html
index 9fc948b430cbcef12c619723f83735c52a6d01d7..fe4bd8172980cc6e3d96da1b90d66ecd3c3d8a6c 100644
--- a/chrome/browser/resources/print_preview/search/destination_list.html
+++ b/chrome/browser/resources/print_preview/search/destination_list.html
@@ -1,7 +1,7 @@
<div id="destination-list-template" class="destination-list" hidden>
<header>
<h4 class="title"></h4>
- <button class="action-link link-button" hidden></button>
+ <a is="action-link" class="action-link" hidden></a>
aboxhall 2014/10/22 21:33:31 Not sure about this - it may or may not pop open a
Dan Beam 2014/10/23 03:05:44 i think you still need to go "back" to Chrome in t
<div class="throbber-container">
<div class="throbber"></div>
</div>

Powered by Google App Engine
This is Rietveld 408576698