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

Unified Diff: ui/webui/resources/cr_elements/cr_profile_avatar_selector/cr_profile_avatar_selector_grid.html

Issue 2950943002: MD Settings: Stop using IronMenuBehavior from cr-profile-avatar-selector-grid. (Closed)
Patch Set: Delete commented out test. Created 3 years, 6 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_profile_avatar_selector/cr_profile_avatar_selector_grid.html
diff --git a/ui/webui/resources/cr_elements/cr_profile_avatar_selector/cr_profile_avatar_selector_grid.html b/ui/webui/resources/cr_elements/cr_profile_avatar_selector/cr_profile_avatar_selector_grid.html
index d915114791a52c7c4263e6a3e80d726f4bfcfda2..a8d9e42b809202bf87dda4c7de133a2ca115ff6c 100644
--- a/ui/webui/resources/cr_elements/cr_profile_avatar_selector/cr_profile_avatar_selector_grid.html
+++ b/ui/webui/resources/cr_elements/cr_profile_avatar_selector/cr_profile_avatar_selector_grid.html
@@ -1,7 +1,7 @@
+<link rel="import" href="chrome://resources/html/polymer.html">
+
<link rel="import" href="chrome://resources/html/assert.html">
<link rel="import" href="chrome://resources/html/util.html">
-<link rel="import" href="chrome://resources/html/polymer.html">
-<link rel="import" href="chrome://resources/polymer/v1_0/iron-menu-behavior/iron-menubar-behavior.html">
<dom-module id="cr-profile-avatar-selector-grid">
<template>
@@ -12,7 +12,7 @@
margin: calc(var(--avatar-spacing) / -2);
}
</style>
- <content></content>
+ <content select=".avatar"></content>
tommycli 2017/06/22 21:45:31 Why do you need to select only .avatar class child
dpapad 2017/06/22 23:22:48 At cr_profile_avatar_selector.html the only thing
tommycli 2017/06/22 23:25:32 No that's good. I just was curious as to reasoning
</template>
<script src="cr_profile_avatar_selector_grid.js"></script>
</dom-module>

Powered by Google App Engine
This is Rietveld 408576698