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

Unified Diff: chrome/browser/resources/md_bookmarks/list.html

Issue 2639453002: [MD Bookmarks] Add Select for Bookmarks. (Closed)
Patch Set: comment Created 3 years, 11 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_bookmarks/list.html
diff --git a/chrome/browser/resources/md_bookmarks/list.html b/chrome/browser/resources/md_bookmarks/list.html
index 2cc1dc0034202faea48c5b2b4d977dcf97bf77a8..ab2906d2c34976b6295a55bb71ad7f1f0eaf48b3 100644
--- a/chrome/browser/resources/md_bookmarks/list.html
+++ b/chrome/browser/resources/md_bookmarks/list.html
@@ -69,7 +69,8 @@
</dialog>
<div id="bookmarksCard" hidden$="[[isListEmpty_(displayedList.length)]]">
<template is="dom-repeat" items="[[displayedList]]" as="item">
- <bookmarks-item item="[[item]]"></bookmarks-item>
+ <bookmarks-item item="[[item]]" is-selected="[[item.isSelected]]">
+ </bookmarks-item>
</template>
</div>
<div class="centered-message"

Powered by Google App Engine
This is Rietveld 408576698