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

Unified Diff: chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.js

Issue 2461113002: WebUI: Make settings-action-menu re-usable as cr-action-menu. (Closed)
Patch Set: getComputedStyle instead of util.js Created 4 years, 1 month 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/settings/passwords_and_forms_page/autofill_section.js
diff --git a/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.js b/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.js
index e92067ed45e9205a5a05f06494b698ec8768c950..8e243d3a257b7f3900cee0967ce80cd4fe0f6bfb 100644
--- a/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.js
+++ b/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.js
@@ -75,7 +75,7 @@
menuEvent.model.item);
var dotsButton = /** @type {!HTMLElement} */ (Polymer.dom(e).localTarget);
- /** @type {!SettingsActionMenuElement} */ (
+ /** @type {!CrActionMenuElement} */ (
this.$.addressSharedMenu).showAt(dotsButton);
},
@@ -127,7 +127,7 @@
menuEvent.model.item);
var dotsButton = /** @type {!HTMLElement} */ (Polymer.dom(e).localTarget);
- /** @type {!SettingsActionMenuElement} */ (
+ /** @type {!CrActionMenuElement} */ (
this.$.creditCardSharedMenu).showAt(dotsButton);
},

Powered by Google App Engine
This is Rietveld 408576698