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

Unified Diff: chrome/browser/resources/policy.html

Issue 1321713004: Flag for Material Design policy construction page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Simplified test instantiation. Created 5 years, 3 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/policy.html
diff --git a/chrome/browser/resources/policy.html b/chrome/browser/resources/policy.html
index e8878d42d331e59e3d8eb257b91848cc607bc78b..546bce0aae9d02e0d343c43570240fed005422eb 100644
--- a/chrome/browser/resources/policy.html
+++ b/chrome/browser/resources/policy.html
@@ -7,7 +7,7 @@
<link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
<link rel="stylesheet" href="uber/uber_shared.css">
-<link rel="stylesheet" href="chrome://policy/policy.css">
+<link rel="stylesheet" href="policy.css">
<script src="chrome://resources/js/action_link.js"></script>
<script src="chrome://resources/js/cr.js"></script>
@@ -15,7 +15,7 @@
<script src="chrome://resources/js/cr/ui/focus_outline_manager.js"></script>
<script src="chrome://resources/js/load_time_data.js"></script>
<script src="chrome://resources/js/util.js"></script>
-<script src="chrome://policy/uber_utils.js"></script>
+<script src="uber_utils.js"></script>
</head>
<body class="uber-frame">
@@ -123,7 +123,7 @@
</div>
</body>
-<script src="chrome://policy/strings.js"></script>
+<script src="strings.js"></script>
<script src="chrome://resources/js/i18n_template.js"></script>
-<script src="chrome://policy/policy.js"></script>
+<script src="policy.js"></script>
</html>

Powered by Google App Engine
This is Rietveld 408576698