Chromium Code Reviews| 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> |
|
Dan Beam
2015/10/14 21:05:06
what's the point of this element/file? you should
fhorschig
2015/10/14 21:30:29
Do you mean like in Patchset #3 [1]?
If I wouldn'
|
| </body> |
| </html> |