| 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 3ece41158a275254a9ce1c6082bfbcd9587f5850..4e4adf9ed2bb0f0c447a058ff95d47cc4735fce4 100644
|
| --- a/chrome/browser/resources/md_history/history_item.js
|
| +++ b/chrome/browser/resources/md_history/history_item.js
|
| @@ -71,6 +71,7 @@ cr.define('md_history', function() {
|
| this.fire('toggle-menu', {
|
| target: Polymer.dom(e).localTarget,
|
| item: this.item,
|
| + path: this.path,
|
| });
|
|
|
| // Stops the 'tap' event from closing the menu when it opens.
|
|
|