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

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

Issue 1371073003: Display material design policies grouped by tags. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Extracting PolicyUi + Renaming. Created 5 years, 2 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_policy/md_policy.html
diff --git a/chrome/browser/resources/md_policy/md_policy.html b/chrome/browser/resources/md_policy/md_policy.html
index 0ed781997cfbfc7538814e70e50bc25be2d9eb67..8486c96adc6a1d3b9ddd3b27136d39a6dcf99d76 100644
--- a/chrome/browser/resources/md_policy/md_policy.html
+++ b/chrome/browser/resources/md_policy/md_policy.html
@@ -3,8 +3,22 @@
<head>
<meta charset="utf-8">
<title>Policies</title>
+
+ <script src="chrome://resources/js/cr.js"></script>
+ <script src="chrome://resources/js/load_time_data.js"></script>
+ <script src="chrome://resources/js/util.js"></script>
+ <script src="chrome://resources/js/polymer_config.js"></script>
+ <script src="chrome://md-policy/strings.js"></script>
+
+ <link rel="import" href="chrome://md-policy/policy_ui.html">
+
+ <link rel="import" type="css" href="chrome://resources/css/roboto.css">
+
+ <link rel="stylesheet" type="text/css" href="chrome://md-policy/md_policy.css">
</head>
<body>
- <h1>A Material Design policy page is under construction!</h1>
+ <policy-ui></policy-ui>
+
+ <script src="chrome://resources/js/i18n_template.js"></script>
stevenjb 2015/10/07 17:09:32 Any reason this can't be above with the other scri
fhorschig 2015/10/08 09:35:45 No relevant one. Moved.
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698