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

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: Test corrections. Created 5 years, 1 month 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..f141368c368d30ebd2b04a35145f6aaf65628cbc 100644
--- a/chrome/browser/resources/md_policy/md_policy.html
+++ b/chrome/browser/resources/md_policy/md_policy.html
@@ -3,8 +3,11 @@
<head>
<meta charset="utf-8">
<title>Policies</title>
+ <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>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698