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

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

Issue 2583353003: MD History: Replace last usage of cr-shared-menu with cr-action-menu. (Closed)
Patch Set: Fix more Created 4 years 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
Index: chrome/browser/resources/md_history/synced_device_card.js
diff --git a/chrome/browser/resources/md_history/synced_device_card.js b/chrome/browser/resources/md_history/synced_device_card.js
index 91a41d3b49aefc35460bbad9e2116ebe945f9619..1b989f3f989552539dfa4fab1c0153901d0eb310 100644
--- a/chrome/browser/resources/md_history/synced_device_card.js
+++ b/chrome/browser/resources/md_history/synced_device_card.js
@@ -149,7 +149,7 @@ Polymer({
* @private
*/
onMenuButtonTap_: function(e) {
- this.fire('toggle-menu', {
+ this.fire('open-menu', {
target: Polymer.dom(e).localTarget,
tag: this.sessionTag
});

Powered by Google App Engine
This is Rietveld 408576698