Chromium Code Reviews| 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> |