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

Unified Diff: chrome/browser/resources/md_history/lazy_load.vulcanized.html

Issue 2360193002: [MD History] Hide empty synced device cards. (Closed)
Patch Set: rebase Created 4 years, 3 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/md_history/lazy_load.vulcanized.html
diff --git a/chrome/browser/resources/md_history/lazy_load.vulcanized.html b/chrome/browser/resources/md_history/lazy_load.vulcanized.html
index a8cea0bbf315ddbe861cead5c93e52387ae3c298..a1dfb0f62b14e8d94a7c44660f180f9be521e3f7 100644
--- a/chrome/browser/resources/md_history/lazy_load.vulcanized.html
+++ b/chrome/browser/resources/md_history/lazy_load.vulcanized.html
@@ -965,7 +965,7 @@ paper-spinner {
</div>
<div id="no-synced-tabs" class="centered-message" hidden="[[!showNoSyncedMessage(signInState, syncedDevices_.length,
guestSession_)]]">
- [[noSyncedTabsMessage(fetchingSyncedTabs_)]]
+ [[noSyncedTabsMessage(fetchingSyncedTabs_, searchTerm)]]
</div>
<div id="sign-in-guide" hidden="[[!showSignInGuide(signInState, guestSession_)]]">
<div id="illustration"></div>

Powered by Google App Engine
This is Rietveld 408576698