| 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 0b77b3696cff375665f926195641c2662fd05528..dbd8b197bd3bf4226a4280a6324c037d48432e8a 100644
|
| --- a/chrome/browser/resources/md_history/history_item.js
|
| +++ b/chrome/browser/resources/md_history/history_item.js
|
| @@ -258,7 +258,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,
|
|
|