| Index: chrome/browser/resources/md_history/history.html
|
| diff --git a/chrome/browser/resources/md_history/history.html b/chrome/browser/resources/md_history/history.html
|
| index fe45a411ca0cec071afd20e18c55c1b5d67d47df..0eebc3004b606f0c192ea4416cd4c5e6bb7cc029 100644
|
| --- a/chrome/browser/resources/md_history/history.html
|
| +++ b/chrome/browser/resources/md_history/history.html
|
| @@ -2,7 +2,7 @@
|
| <html i18n-values="dir:textdirection;lang:language">
|
| <head>
|
| <meta charset="utf8">
|
| - <title i18n-content="title"></title>
|
| + <title>$i18n{title}</title>
|
|
|
| <link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css">
|
|
|
| @@ -64,7 +64,11 @@
|
|
|
| <script src="history.js"></script>
|
|
|
| - <!-- Prepare strings and perform i18n substitutions. -->
|
| + <!--
|
| + Prepare strings and perform i18n substitutions.
|
| + TODO(tsergeant): Remove once we are fully converted to
|
| + ReplaceTemplateExpressions. It is currently only used for the <html> tag.
|
| + -->
|
| <link rel="import" href="chrome://resources/html/i18n_template.html">
|
| </body>
|
|
|
|
|