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

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

Issue 2053723002: MD User Manager: Overhaul Urls (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@md-user-manager-locked-dialogs
Patch Set: Changed Urls for html resources to root-relative Urls 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: chrome/browser/resources/md_user_manager/profile_browser_proxy.html
diff --git a/chrome/browser/resources/md_user_manager/profile_browser_proxy.html b/chrome/browser/resources/md_user_manager/profile_browser_proxy.html
index 078c69a1d0988bbd9d979f2725b017440fadb6e9..8fb6aa92fbf0a424b62a49754cf2dbe2763b5cd4 100644
--- a/chrome/browser/resources/md_user_manager/profile_browser_proxy.html
+++ b/chrome/browser/resources/md_user_manager/profile_browser_proxy.html
@@ -1,3 +1,3 @@
<link rel="import" href="chrome://resources/html/assert.html">
<link rel="import" href="chrome://resources/html/cr.html">
-<script src="chrome://md-user-manager/profile_browser_proxy.js"></script>
+<script src="profile_browser_proxy.js"></script>

Powered by Google App Engine
This is Rietveld 408576698