| Index: chrome/browser/resources/md_downloads/downloads.html
|
| diff --git a/chrome/browser/resources/md_downloads/downloads.html b/chrome/browser/resources/md_downloads/downloads.html
|
| index 36d64808d2bce068b7ea028f0694f68b7cc9a355..59ebdc0b3f0f9e415f7c8601357bd04037f56870 100644
|
| --- a/chrome/browser/resources/md_downloads/downloads.html
|
| +++ b/chrome/browser/resources/md_downloads/downloads.html
|
| @@ -33,8 +33,12 @@
|
| <command id="undo-command" shortcut="Ctrl-U+005A"><!-- Ctrl+Z -->
|
| </if>
|
| <link rel="import" href="chrome://resources/html/polymer_config.html">
|
| - <link rel="import" href="chrome://downloads/i18n.html">
|
| + <link rel="import" href="chrome://downloads/i18n_setup.html">
|
| <link rel="import" href="chrome://downloads/manager.html">
|
| + <!-- i18n_template.html actually does i18n-* attribute substitutions.
|
| + It should be imported last and only once. TODO(dbeam): figure out a good
|
| + solution for each individual element to do this as well. -->
|
| + <link rel="import" href="chrome://resources/html/i18n_template.html">
|
| <script src="chrome://downloads/downloads.js"></script>
|
| </body>
|
| </html>
|
|
|