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

Unified Diff: ui/webui/resources/cr_elements/cr_shared_menu/cr_shared_menu.html

Issue 1849133002: MD History: Change paper-menus to paper-listboxes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
Index: ui/webui/resources/cr_elements/cr_shared_menu/cr_shared_menu.html
diff --git a/ui/webui/resources/cr_elements/cr_shared_menu/cr_shared_menu.html b/ui/webui/resources/cr_elements/cr_shared_menu/cr_shared_menu.html
index e2354a435bad061bc28b35b3750c81338ba8acf4..6ff5f550d4ddc508e484795178e99f2e6b197fb7 100644
--- a/ui/webui/resources/cr_elements/cr_shared_menu/cr_shared_menu.html
+++ b/ui/webui/resources/cr_elements/cr_shared_menu/cr_shared_menu.html
@@ -4,7 +4,7 @@
<link rel="import" href="chrome://resources/html/cr/ui/position_util.html">
<link rel="import" href="chrome://resources/html/util.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/shadow.html">
-<link rel="import" href="chrome://resources/polymer/v1_0/paper-menu/paper-menu.html">
+<link rel="import" href="chrome://resources/polymer/v1_0/paper-listbox/paper-listbox.html">
<dom-module id="cr-shared-menu">
<template>
@@ -19,9 +19,9 @@
display: block;
}
</style>
- <paper-menu id="menu">
+ <paper-listbox id="menu">
<content></content>
- </paper-menu>
+ </paper-listbox>
</template>
<script src="cr_shared_menu.js"></script>
</dom-module>

Powered by Google App Engine
This is Rietveld 408576698