| 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 df079c2c2c3e322678a4fcb6c5394ca7ccd6fa5c..2543674516d9c89741366dbb5d3fd605217108f5 100644
|
| --- a/chrome/browser/resources/md_history/history_item.js
|
| +++ b/chrome/browser/resources/md_history/history_item.js
|
| @@ -246,7 +246,7 @@ cr.define('md_history', function() {
|
| * of the history item and where the menu should appear.
|
| */
|
| onMenuButtonTap_: function(e) {
|
| - this.fire('toggle-menu', {
|
| + this.fire('open-menu', {
|
| target: Polymer.dom(e).localTarget,
|
| index: this.index,
|
| item: this.item,
|
|
|