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

Unified Diff: ui/webui/resources/html/cr/ui.html

Issue 1229933006: WebUI: Convert History to use new HTML Import style for JavaScript. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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/html/cr/ui.html
diff --git a/ui/webui/resources/html/action_link.html b/ui/webui/resources/html/cr/ui.html
similarity index 56%
copy from ui/webui/resources/html/action_link.html
copy to ui/webui/resources/html/cr/ui.html
index 6c2852c5413b3387bb8057e156bbe6ab500108b1..4bf59f571933e434a0b9961bea64f11daa113ee0 100644
--- a/ui/webui/resources/html/action_link.html
+++ b/ui/webui/resources/html/cr/ui.html
@@ -1,2 +1,2 @@
<!-- Allows importing via HTML imports to avoid duplicating this resource. -->
-<script src="chrome://resources/js/action_link.js"></script>
+<script src="chrome://resources/js/cr/ui.js"></script>

Powered by Google App Engine
This is Rietveld 408576698