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

Unified Diff: chrome/browser/resources/md_history/history_item.js

Issue 2246033002: [MD History] Fix the 'Remove from history' button. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@shift_select
Patch Set: rebase Created 4 years, 4 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
« no previous file with comments | « no previous file | chrome/browser/resources/md_history/list_container.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | chrome/browser/resources/md_history/list_container.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698