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

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

Issue 259873002: Calculate an expected number of visible destinations more accurately to prevent extra (and unnecess… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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 47215afa09d871b6db5406a405d7b2076eed5c75..9fc948b430cbcef12c619723f83735c52a6d01d7 100644
--- a/chrome/browser/resources/print_preview/search/destination_list.html
+++ b/chrome/browser/resources/print_preview/search/destination_list.html
@@ -2,11 +2,11 @@
<header>
<h4 class="title"></h4>
<button class="action-link link-button" hidden></button>
+ <div class="throbber-container">
+ <div class="throbber"></div>
+ </div>
</header>
<ul></ul>
- <div class="throbber-container">
- <div class="throbber"></div>
- </div>
<div class="no-destinations-message"
i18n-content="noDestinationsMessage"></div>
<footer hidden>

Powered by Google App Engine
This is Rietveld 408576698