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

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

Issue 2068613002: [MD History] Add URL parameter for search. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@routing
Patch Set: remove_var Created 4 years, 5 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/synced_device_card.html
diff --git a/chrome/browser/resources/md_history/synced_device_card.html b/chrome/browser/resources/md_history/synced_device_card.html
index 6a275a4298bb97b0a9545aee92b6d35e7c3d2628..e6948ea69667ae80ce8be6e1782bdf63d5aa6ac7 100644
--- a/chrome/browser/resources/md_history/synced_device_card.html
+++ b/chrome/browser/resources/md_history/synced_device_card.html
@@ -92,7 +92,7 @@
<div id="icon" class="website-icon"></div>
<a href="[[tab.url]]" class="website-title" title="[[tab.title]]">
<history-searched-label title="[[tab.title]]"
- search-term="[[searchedTerm]]"></history-searched-label>
+ search-term="[[searchTerm]]"></history-searched-label>
</a>
</div>
<div id="window-separator"
« no previous file with comments | « chrome/browser/resources/md_history/side_bar.js ('k') | chrome/browser/resources/md_history/synced_device_card.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698