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

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

Issue 2022003002: [MD History] Add search for synced devices. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@land_icons
Patch Set: address comments Created 4 years, 7 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.js
diff --git a/chrome/browser/resources/md_history/history_item.js b/chrome/browser/resources/md_history/history_item.js
index dadcc535d7b5ee41be8e8ca6febe16e32a31d7e7..c061eef1fff60c114ab8f08715420c3dcd969734 100644
--- a/chrome/browser/resources/md_history/history_item.js
+++ b/chrome/browser/resources/md_history/history_item.js
@@ -69,6 +69,8 @@ cr.define('md_history', function() {
* occurrences of the search term in bold.
* @private
*/
+ // TODO(calamity): Pull this bolding behavior into a separate element for
+ // synced device search.
setSearchedTextToBold_: function() {
var i = 0;
var titleElem = this.$.title;

Powered by Google App Engine
This is Rietveld 408576698