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

Unified Diff: chrome/browser/resources/md_bookmarks/item.js

Issue 2834493006: MD Bookmarks: Pull context menu into separate element (Closed)
Patch Set: Switch back to using a Command enum Created 3 years, 8 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/item.js
diff --git a/chrome/browser/resources/md_bookmarks/item.js b/chrome/browser/resources/md_bookmarks/item.js
index 66596de964494e8a76f25819fffe60e7f55ccc89..8fc293733e2861c3c3a7cccce90cf4f5a9234ded 100644
--- a/chrome/browser/resources/md_bookmarks/item.js
+++ b/chrome/browser/resources/md_bookmarks/item.js
@@ -71,7 +71,6 @@ Polymer({
this.fire('open-item-menu', {
x: e.clientX,
y: e.clientY,
- item: this.item_,
});
},
@@ -85,7 +84,6 @@ Polymer({
this.itemId, false, false, this.getState()));
this.fire('open-item-menu', {
targetElement: e.target,
- item: this.item_,
});
},

Powered by Google App Engine
This is Rietveld 408576698