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

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

Issue 2215613002: MD History: Improve dom-if usage in history-item (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@history_improve_collapse_button
Patch Set: Fix tests Created 4 years, 4 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_list.html
diff --git a/chrome/browser/resources/md_history/history_list.html b/chrome/browser/resources/md_history/history_list.html
index 79887af452640b9094387415670a99dbbcaa249c..9148450ff2ef9380c7b034f7db5cbcfe1cc5e3f2 100644
--- a/chrome/browser/resources/md_history/history_list.html
+++ b/chrome/browser/resources/md_history/history_list.html
@@ -29,7 +29,6 @@
hidden$="[[!hasResults(historyData_.length)]]">
<template>
<history-item item="[[item]]"
- starred="[[item.starred]]"
selected="{{item.selected}}"
is-first-item="[[isFirstItem_(index)]]"
is-card-start="[[isCardStart_(item, index, historyData_.length)]]"

Powered by Google App Engine
This is Rietveld 408576698