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

Unified Diff: chrome/browser/resources/md_user_manager/profile_browser_proxy.html

Issue 1722843002: MD user manager (html/js/css for create profile flow) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ProfileApi -> ProfileBrowserProxy. Fixed broken old user manager. Addressed comments #5 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: chrome/browser/resources/md_user_manager/profile_browser_proxy.html
diff --git a/ui/webui/resources/html/web_ui_listener_behavior.html b/chrome/browser/resources/md_user_manager/profile_browser_proxy.html
similarity index 51%
copy from ui/webui/resources/html/web_ui_listener_behavior.html
copy to chrome/browser/resources/md_user_manager/profile_browser_proxy.html
index 1c1906de59285e11fa0dca4a1f7119794809362c..5ebf6ab7fdb0d2f1aba6ba3d092aa7ea2038744b 100644
--- a/ui/webui/resources/html/web_ui_listener_behavior.html
+++ b/chrome/browser/resources/md_user_manager/profile_browser_proxy.html
@@ -1,2 +1,2 @@
<link rel="import" href="chrome://resources/html/cr.html">
-<script src="chrome://resources/js/web_ui_listener_behavior.js"></script>
+<script src="chrome://md-user-manager/profile_browser_proxy.js"></script>

Powered by Google App Engine
This is Rietveld 408576698