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

Unified Diff: ui/webui/resources/cr_elements_resources.grdp

Issue 2068713003: Refactors profile avatar selector into a Polymer element to use in md-settings & md-user-manager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comment Created 4 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_resources.grdp
diff --git a/ui/webui/resources/cr_elements_resources.grdp b/ui/webui/resources/cr_elements_resources.grdp
index 53bb84d5463fd4ab33078c3a2ab958f88502d25a..5c333ff5ed4c15c77f041c216918f52203aa1a42 100644
--- a/ui/webui/resources/cr_elements_resources.grdp
+++ b/ui/webui/resources/cr_elements_resources.grdp
@@ -86,6 +86,12 @@
<structure name="IDR_CR_ELEMENTS_CR_POLICY_PREF_INDICATOR_HTML"
file="../../webui/resources/cr_elements/policy/cr_policy_pref_indicator.html"
type="chrome_html" />
+ <structure name="IDR_CR_ELEMENTS_CR_PROFILE_AVATAR_SELECTOR_HTML"
+ file="../../webui/resources/cr_elements/cr_profile_avatar_selector/cr_profile_avatar_selector.html"
+ type="chrome_html" />
+ <structure name="IDR_CR_ELEMENTS_CR_PROFILE_AVATAR_SELECTOR_JS"
+ file="../../webui/resources/cr_elements/cr_profile_avatar_selector/cr_profile_avatar_selector.js"
+ type="chrome_html" />
<structure name="IDR_CR_ELEMENTS_CR_SEARCH_FIELD_BEHAVIOR_HTML"
file="../../webui/resources/cr_elements/cr_search_field/cr_search_field_behavior.html"
type="chrome_html" />

Powered by Google App Engine
This is Rietveld 408576698