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

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

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: ui/webui/resources/cr_elements/cr_action_menu/cr_action_menu.html
diff --git a/chrome/browser/resources/settings/settings_action_menu.html b/ui/webui/resources/cr_elements/cr_action_menu/cr_action_menu.html
similarity index 75%
rename from chrome/browser/resources/settings/settings_action_menu.html
rename to ui/webui/resources/cr_elements/cr_action_menu/cr_action_menu.html
index 06a3bdd9177e1b9e691a719a18de0525f32d67ec..bee8924eca8b1275ee1f7c045c58974c2201f5e8 100644
--- a/chrome/browser/resources/settings/settings_action_menu.html
+++ b/ui/webui/resources/cr_elements/cr_action_menu/cr_action_menu.html
@@ -1,7 +1,6 @@
<link rel="import" href="chrome://resources/html/polymer.html">
-<link rel="import" href="/direction_delegate.html">
-<dom-module id="settings-action-menu">
+<dom-module id="cr-action-menu">
<template>
<style>
:host {
@@ -19,5 +18,5 @@
</style>
<content select=".dropdown-item,hr"></content>
</template>
- <script src="settings_action_menu.js"></script>
+ <script src="cr_action_menu.js"></script>
</dom-module>

Powered by Google App Engine
This is Rietveld 408576698