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/user_manager_pages.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/user_manager_pages.html
diff --git a/chrome/browser/resources/md_user_manager/user_manager_pages.html b/chrome/browser/resources/md_user_manager/user_manager_pages.html
index 138698730d4d19fc514f38fc9dde0984fb454187..5ac8b0357f1023cfb57f4c972c5b572b85493eb0 100644
--- a/chrome/browser/resources/md_user_manager/user_manager_pages.html
+++ b/chrome/browser/resources/md_user_manager/user_manager_pages.html
@@ -1,6 +1,6 @@
-<link rel="import" href="chrome://md-user-manager/create_profile.html">
-<link rel="import" href="chrome://md-user-manager/supervised_user_create_confirm.html">
-<link rel="import" href="chrome://md-user-manager/supervised_user_learn_more.html">
+<link rel="import" href="/create_profile.html">
+<link rel="import" href="/supervised_user_create_confirm.html">
+<link rel="import" href="/supervised_user_learn_more.html">
<link rel="import" href="chrome://resources/html/polymer.html">
<link rel="import" href="chrome://resources/polymer/v1_0/neon-animation/animations/fade-in-animation.html">
<link rel="import" href="chrome://resources/polymer/v1_0/neon-animation/animations/fade-out-animation.html">
@@ -55,5 +55,5 @@
</neon-animatable>
</neon-animated-pages>
</template>
- <script src="chrome://md-user-manager/user_manager_pages.js"></script>
+ <script src="user_manager_pages.js"></script>
</dom-module>

Powered by Google App Engine
This is Rietveld 408576698