| 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 aeb638d0b711ba7697a7f96068657014fd5a0bf5..39fc382cfa927dcb08287e960eab694fcde35d58 100644
|
| --- a/chrome/browser/resources/md_downloads/downloads.html
|
| +++ b/chrome/browser/resources/md_downloads/downloads.html
|
| @@ -4,6 +4,7 @@
|
| <meta charset="utf-8">
|
| <title i18n-content="title"></title>
|
|
|
| + <script src="chrome://resources/js/polymer_config.js"></script>
|
| <link rel="import" href="chrome://resources/polymer/v1_0/polymer/polymer.html">
|
|
|
| <link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/classes/iron-flex-layout.html">
|
| @@ -22,6 +23,8 @@
|
| <script src="chrome://resources/js/cr/ui/command.js"></script>
|
|
|
| <script src="chrome://downloads/constants.js"></script>
|
| + <link rel="import" href="chrome://downloads/item_view.html">
|
| +
|
| <script src="chrome://downloads/manager.js"></script>
|
|
|
| <link rel="stylesheet" href="chrome://resources/css/roboto.css">
|
|
|