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 00c8ceaf67452bd3ccb2fc9d4e40cf42d39f8198..a57a9722be6210ac96bc3cb5517f1b720bb3bc68 100644 |
--- a/chrome/browser/resources/md_bookmarks/list.html |
+++ b/chrome/browser/resources/md_bookmarks/list.html |
@@ -40,7 +40,8 @@ |
hidden$="[[isEmptyList_(displayedList_.length)]]"> |
<template> |
<bookmarks-item item-id="[[item.id]]" draggable="true" |
- tabindex$="[[tabIndex]]" iron-list-tab-index="[[tabIndex]]"> |
+ tabindex$="[[tabIndex]]" iron-list-tab-index="[[tabIndex]]" |
+ on-open-item-menu="onOpenItemMenu_"> |
tsergeant
2017/06/22 07:12:28
Can this listener be moved to the <bookmarks-list>
calamity
2017/06/27 05:00:17
Done.
|
</bookmarks-item> |
</template> |
</iron-list> |