| 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 a12844bbb8c0dab280e3c6094ea1c4ca7eb88fcc..d2c70e9096a5ea9ddc0fa53bc67f7c6080a1bb8d 100644
|
| --- a/chrome/browser/resources/md_history/history_item.js
|
| +++ b/chrome/browser/resources/md_history/history_item.js
|
| @@ -93,7 +93,11 @@ Polymer({
|
| this.fire('toggle-menu', {
|
| x: position.left,
|
| y: position.top,
|
| - accessTime: this.timestamp_
|
| + itemIdentifier: {
|
| + url: this.websiteUrl_,
|
| + timestamps: this.timestamp_,
|
| + domain: this.websiteDomain_
|
| + }
|
| });
|
|
|
| // Stops the 'tap' event from closing the menu when it opens.
|
|
|