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

Unified Diff: chrome/browser/resources/md_history/history_item.html

Issue 1643693003: MD History: Implement search functionality. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@patch_to_be_uploaded
Patch Set: Fix time-gap-separator insertion. Created 4 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/md_history/history_item.html
diff --git a/chrome/browser/resources/md_history/history_item.html b/chrome/browser/resources/md_history/history_item.html
index 5fc4a725f89bbe7eacd808b3c995e1efc13ede29..ea2bab9bc660aa6cb71f707f19febc63112d0e15 100644
--- a/chrome/browser/resources/md_history/history_item.html
+++ b/chrome/browser/resources/md_history/history_item.html
@@ -95,7 +95,7 @@
<span id="time">{{timeAccessed_}}</span>
<div id="website-icon"></div>
<div id="titleAndDomain">
- <a href="{{websiteUrl_}}" id="title">{{websiteTitle_}}</a>
+ <a href="{{websiteUrl_}}" id="title"></a>
<span id="domain">{{websiteDomain_}}</span>
</div>
<iron-icon icon="star" id="bookmark"></iron-icon>

Powered by Google App Engine
This is Rietveld 408576698