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

Unified Diff: ui/login/account_picker/user_pod_template.js

Issue 1642323004: User Manager MD User Pods (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comment, rebase, and fix for browser test Created 4 years, 8 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
« no previous file with comments | « ui/login/account_picker/user_pod_template.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/login/account_picker/user_pod_template.js
diff --git a/ui/login/account_picker/user_pod_template.js b/ui/login/account_picker/user_pod_template.js
index 0a5ee8a2ea1b1c059f0a9b3ca38ec92ca0d7efb5..7853c5e0f67883b671ed983c17e3bd93344e6966 100644
--- a/ui/login/account_picker/user_pod_template.js
+++ b/ui/login/account_picker/user_pod_template.js
@@ -16,6 +16,8 @@
}
lazyLoadUrl('chrome://resources/polymer/v1_0/iron-icons/iron-icons.html');
+ lazyLoadUrl(
+ 'chrome://resources/polymer/v1_0/paper-button/paper-button.html');
}
window.addEventListener('load', function() {
« no previous file with comments | « ui/login/account_picker/user_pod_template.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698