| Index: chrome/browser/resources/md_downloads/manager.html
 | 
| diff --git a/chrome/browser/resources/md_downloads/manager.html b/chrome/browser/resources/md_downloads/manager.html
 | 
| new file mode 100644
 | 
| index 0000000000000000000000000000000000000000..53b11d384b4e4e725d295523254691dcb7e88515
 | 
| --- /dev/null
 | 
| +++ b/chrome/browser/resources/md_downloads/manager.html
 | 
| @@ -0,0 +1,8 @@
 | 
| +<link rel="import" href="chrome://resources/html/cr.html">
 | 
| +<link rel="import" href="chrome://resources/html/load_time_data.html">
 | 
| +<link rel="import" href="chrome://resources/html/cr/ui.html">
 | 
| +<link rel="import" href="chrome://resources/html/cr/ui/command.html">
 | 
| +<link rel="import" href="chrome://resources/html/util.html">
 | 
| +<link rel="import" href="chrome://downloads/constants.html">
 | 
| +<link rel="import" href="chrome://downloads/item_view.html">
 | 
| +<script src="chrome://downloads/manager.js"></script>
 | 
| 
 |