Chromium Code Reviews| Index: chrome/browser/resources/md_feedback/feedback.html |
| diff --git a/chrome/browser/resources/md_feedback/feedback.html b/chrome/browser/resources/md_feedback/feedback.html |
| index d687394e84b25682dacdc56fc207ef1921374c6f..772cbded673499a5634070d996f2a9f6254b1028 100644 |
| --- a/chrome/browser/resources/md_feedback/feedback.html |
| +++ b/chrome/browser/resources/md_feedback/feedback.html |
| @@ -1,8 +1,17 @@ |
| <!DOCTYPE HTML> |
| +<html i18n-values="dir:textdirection;lang:language"> |
| <html> |
| <head> |
| + <meta charset="utf-8"> |
| + |
| + <link rel="stylesheet" href="chrome://resources/css/roboto.css"> |
| + <link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css"> |
|
Dan Beam
2016/06/09 19:03:39
fwiw: text_defaults_md.css already imports roboto.
apacible
2016/06/09 21:01:35
Done.
|
| + <link rel="import" href="chrome://resources/html/load_time_data.html"> |
| + <script src="strings.js"></script> |
| + <link rel="import" href="feedback_container.html"> |
| </head> |
| <body> |
| - Feedback |
| + <feedback-container></feedback-container> |
| + <link rel="import" href="chrome://resources/html/i18n_template.html"> |
|
Dan Beam
2016/06/09 19:03:39
do you need i18n_template.html now? I don't think
apacible
2016/06/09 21:01:35
Done.
|
| </body> |
| -</html> |
| +</html> |