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

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

Issue 2073703002: MD History: Simplify flex layout in <history-list> (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments Created 4 years, 6 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 b7e7f766f6079958d614c1aeed517b8ebe65a588..78aa976b52b71fca43e68ef52f297bfdc70e63e1 100644
--- a/chrome/browser/resources/md_history/history_item.js
+++ b/chrome/browser/resources/md_history/history_item.js
@@ -19,6 +19,8 @@ cr.define('md_history', function() {
selected: {type: Boolean, notify: true},
+ isFirstItem: {type: Boolean, reflectToAttribute: true},
+
isCardStart: {type: Boolean, reflectToAttribute: true},
isCardEnd: {type: Boolean, reflectToAttribute: true},

Powered by Google App Engine
This is Rietveld 408576698